Skip to content

Commit 34dde21

Browse files
committed
fix incorrect create name
1 parent f7543fc commit 34dde21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: cargo docs-rs --target-dir target
2525
- name: Add index
2626
run: |
27-
echo '<meta http-equiv="refresh" content="0; url=landlock">' > target/x86_64-unknown-linux-gnu/doc/index.html
27+
echo '<meta http-equiv="refresh" content="0; url=erudite">' > target/x86_64-unknown-linux-gnu/doc/index.html
2828
- name: Deploy to GitHub Pages
2929
if: ${{ github.event_name != 'pull_request' }}
3030
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)