Skip to content

Commit

Permalink
20240522 - don't re-render
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed May 22, 2024
1 parent f2cfe29 commit faa56fa
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 @@ -52,11 +52,14 @@ jobs:

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2 # update
#with:
# to: html # can specify a particular output format

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2 # update
with:
target: gh-pages
render: false # renders in previous step, so don't render again
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit faa56fa

Please sign in to comment.