Skip to content

Commit

Permalink
edited publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nehamoopen committed Mar 25, 2024
1 parent 2c97c91 commit efb111d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
workflow_dispatch:
push:
branches: main
paths:
- 'book/**'

name: Quarto Publish

Expand All @@ -21,5 +23,6 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: ./book
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit efb111d

Please sign in to comment.