Skip to content

Commit

Permalink
ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Jan 6, 2024
1 parent 6d2fa85 commit b8e7366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Generate docs.
run: |
LD_LIBRARY_PATH=`pwd`/md4c/build/src` zig-out/bin/cyber docs/gen-docs.cy
LD_LIBRARY_PATH=`pwd`/md4c/build/src zig-out/bin/cyber docs/gen-docs.cy
mkdir -p docs/public
mv docs/docs.html docs/public/index.html
Expand Down

0 comments on commit b8e7366

Please sign in to comment.