Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 authored Jul 8, 2024
1 parent 4046e8b commit 440ee48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Documentation
run: cargo doc --no-deps
- name: Doc Index Page Redirection
run: echo '<meta http-equiv="refresh" content="1; url=Ygen/index.html">' > $target/doc/index.html
run: echo '<meta http-equiv="refresh" content="1; url=Ygen/index.html">' > target/doc/index.html
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 440ee48

Please sign in to comment.