Skip to content

Commit

Permalink
Root index.html for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Mar 26, 2024
1 parent c9d23dd commit 54c5695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Setup sccache
uses: mozilla-actions/[email protected]
- name: Build the docs
run: cargo doc --all --no-deps
run: |
cargo doc --all --no-deps
cp -f .maintain/index.html target/doc
- name: Deploy the docs
if: github.event_name != 'pull_request'
uses: peaceiris/actions-gh-pages@v3
Expand Down
3 changes: 3 additions & 0 deletions .maintain/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<head>
<meta http-equiv="refresh" content="0; url=nodle_parachain/index.html" />
</head>

0 comments on commit 54c5695

Please sign in to comment.