Skip to content

Commit

Permalink
Merge pull request #44 from royce-data/ampletracks-guides
Browse files Browse the repository at this point in the history
Ampletracks guides
  • Loading branch information
stavrina authored Apr 16, 2024
2 parents cdb8b29 + c04e622 commit e11e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build-and-deploy-book:
runs-on: ${{ matrix.os }}
permissions: write-all
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -34,7 +35,6 @@ jobs:
# Deploy the book's HTML to gh-pages branch
- name: Deploy to GitHub pages
uses: peaceiris/actions-gh-pages@v4
permissions: write-all
with:
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: handbook/_build/html

0 comments on commit e11e25b

Please sign in to comment.