Skip to content

Commit

Permalink
update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 11, 2024
1 parent 7211690 commit 9939721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: quarto-dev/quarto-actions/setup@v2.1.4
- uses: quarto-dev/quarto-actions/setup@v2

- name: Cache results
uses: actions/cache@v2
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Deploy to GitHub pages
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: false
branch: gh-pages
Expand Down

0 comments on commit 9939721

Please sign in to comment.