Skip to content

Commit 7f9975d

Browse files
committed
try again
1 parent a2f90ce commit 7f9975d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ jobs:
6969
git config --global user.email '[email protected]'
7070
git add .
7171
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-
7772
git commit -m "Update GitHub Pages"
7873
git push sshtarget docs
7974

02-BUILD.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
cd zml
2+
echo "Starting Bazel build..."
23
bazel build //zml:docs
34
cd ..
45
# we reference these outputs in build.zig
5-
# cp ./zml/bazel-bin/zml/docs.docs/sources.tar .
6-
# 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
78
cd WORKSPACE
9+
echo "Starting Zine build..."
810
zig build $@

0 commit comments

Comments
 (0)