Skip to content

Commit

Permalink
Add other book steps
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Jun 18, 2024
1 parent 7eaf4d0 commit a624a8f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
name: Check prover and winterfell packages
name: Deploy miden-vm mdbook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
Expand All @@ -17,16 +17,16 @@ jobs:
rustup update --no-self-update stable
cargo +stable install mdbook-katex mdbook-linkcheck
# - name: Setup mdBook
# uses: peaceiris/actions-mdbook@v1
# with:
# mdbook-version: "latest"
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"

# - name: Build miden book
# run: mdbook build docs/
- name: Build miden book
run: mdbook build docs/

# - name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs/book/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/html

0 comments on commit a624a8f

Please sign in to comment.