Skip to content

Commit

Permalink
ci: fix docs redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 19, 2024
1 parent 40425d3 commit d1ea678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
make build.docs
# we need an index.html page (cargo doc doesn't create it)
# this will just redirect to target/doc/imt/index.html
echo '<meta http-equiv="refresh" content="0;url=imt/index.html">' > target/doc/index.html
echo '<meta http-equiv="refresh" content="0;url=zk_kit_imt/index.html">' > target/doc/index.html
- uses: actions/upload-pages-artifact@v3
with:
path: target/doc
Expand Down

0 comments on commit d1ea678

Please sign in to comment.