Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski authored Nov 25, 2024
1 parent 75c45b0 commit 0e43587
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- name: Build documentation
id: build
run: cargo +nightly doc
run: |
cargo +nightly doc --no-deps
echo "<meta http-equiv=\"refresh\" content=\"0; url=dune_core\">" > target/doc/index.html
- name: Upload documentation
id: deploy
uses: actions/upload-pages-artifact@v3
with:
path: target/doc/dune_core
path: target/doc
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 0e43587

Please sign in to comment.