We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f90ce commit 7f9975dCopy full SHA for 7f9975d
.github/workflows/deploy-gh-pages.yml
@@ -69,11 +69,6 @@ jobs:
69
git config --global user.email '[email protected]'
70
git add .
71
git remote add sshtarget [email protected]:zml/docs
72
-
73
- # eval "$(ssh-agent -s)"
74
- # ssh-keyscan -t ed25519 github.com > ~/.ssh/known_hosts
75
- # ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
76
77
git commit -m "Update GitHub Pages"
78
git push sshtarget docs
79
02-BUILD.sh
@@ -1,8 +1,10 @@
1
cd zml
2
+echo "Starting Bazel build..."
3
bazel build //zml:docs
4
cd ..
5
# we reference these outputs in build.zig
-# cp ./zml/bazel-bin/zml/docs.docs/sources.tar .
6
+# - ./zml/bazel-bin/zml/docs.docs/sources.tar
7
+# - ./zml/bazel-bin/zml/docs.docs/main.wasm
8
cd WORKSPACE
9
+echo "Starting Zine build..."
10
zig build $@
0 commit comments