Skip to content

Commit

Permalink
Revert Github Actions to v2 (#77)
Browse files Browse the repository at this point in the history
It's recommended to use GitHub Actions v2 for building and publishing Quarto documents. For further info, see https://github.com/quarto-dev/quarto-actions#github-actions-for-quarto.
  • Loading branch information
melissawm authored Dec 30, 2023
1 parent d486e95 commit e1bc033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v4
uses: quarto-dev/quarto-actions/setup@v2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v4
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
Expand Down

0 comments on commit e1bc033

Please sign in to comment.