Skip to content

Commit

Permalink
chore(docs): fix url binding
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Aug 15, 2024
1 parent 5acf84a commit bdb2534
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 @@ -27,7 +27,7 @@ jobs:
- name: Build Rust Documentation
run: |
cargo doc --no-deps --document-private-items
echo "<meta http-equiv=\"refresh\" content=\"0; url=\">" > target/doc/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=bpcon\">" > target/doc/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit bdb2534

Please sign in to comment.