Skip to content

Commit

Permalink
fix(docs): Minor fixes for github pages
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <dark0dave@mykolab.com>
  • Loading branch information
dark0dave committed Jul 3, 2024
1 parent de90e5f commit a591b8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
toolchain: stable
- name: Create docs
run: |
cargo doc
mv target/doc/mod_installer ./_site
cargo clean --doc
cargo doc --no-deps
rm target/doc/.lock
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: target/doc
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit a591b8f

Please sign in to comment.