Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Publish MDBook Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancients authored and Ancient123 committed Mar 2, 2022
1 parent 01864f5 commit 0b9b13b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ jobs:
- name: Generate Docs
run: nix-shell --run "prepend-timestamps make-doc"

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/mdbook/book/
cname: cape.docs.espressosys.com

- name: Build Wallet
run: nix-shell --run "cargo build -p cape_wallet --release"

Expand Down

0 comments on commit 0b9b13b

Please sign in to comment.