Skip to content

Commit

Permalink
publish rust docs to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
huhn511 committed Feb 3, 2021
1 parent a0beef0 commit 8acb1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

- run: mdbook build

- run: cargo doc --document-private-items --no-deps --release
- run: cp -r target/doc book/docs

- name: Deploy
uses: iotaledger/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 8acb1a3

Please sign in to comment.