Skip to content

Commit

Permalink
Renovate: quarto-dev/quarto-actions to 87b35bb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 7964d96 commit a312fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/github-pages/quarto/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ runs:

- name: Set up Quarto
# yamllint disable-line rule:line-length
uses: quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
uses: quarto-dev/quarto-actions/setup@87b35bb88b36317fa36b5189e9553b4164a5c5a3 # v2

- name: Render ${{ github.ref_name }} branch
if: github.ref != 'refs/heads/main'
# yamllint disable-line rule:line-length
uses: quarto-dev/quarto-actions/render@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
uses: quarto-dev/quarto-actions/render@87b35bb88b36317fa36b5189e9553b4164a5c5a3 # v2

- name: Publish main branch
if: github.ref == 'refs/heads/main'
# yamllint disable-line rule:line-length
uses: quarto-dev/quarto-actions/publish@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
uses: quarto-dev/quarto-actions/publish@87b35bb88b36317fa36b5189e9553b4164a5c5a3 # v2
with:
target: gh-pages
env:
Expand Down

0 comments on commit a312fde

Please sign in to comment.