We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7543fc commit 34dde21Copy full SHA for 34dde21
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: cargo docs-rs --target-dir target
25
- name: Add index
26
run: |
27
- echo '<meta http-equiv="refresh" content="0; url=landlock">' > target/x86_64-unknown-linux-gnu/doc/index.html
+ echo '<meta http-equiv="refresh" content="0; url=erudite">' > target/x86_64-unknown-linux-gnu/doc/index.html
28
- name: Deploy to GitHub Pages
29
if: ${{ github.event_name != 'pull_request' }}
30
uses: peaceiris/actions-gh-pages@v3
0 commit comments