Skip to content

Commit

Permalink
Fix it I think for real
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Jan 4, 2024
1 parent 382073f commit d9caea2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name: github pages
on:
push:
branches:
- main
- book
pull_request:

jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2

Expand All @@ -23,7 +22,6 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book

0 comments on commit d9caea2

Please sign in to comment.