Skip to content

Commit

Permalink
Remove redundant "render" action
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed May 28, 2024
1 parent 13285ab commit 0e6a570
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
forceUpdate = TRUE)
shell: Rscript {0}

- name: Publish DataExplorer to Shinyapps.io
- name: Publish DataExplorer to shinyapps.io
env:
RSCONNECT_USER: ${{ secrets.RSCONNECT_USER }}
RSCONNECT_TOKEN: ${{ secrets.RSCONNECT_TOKEN }}
Expand All @@ -96,10 +96,8 @@ jobs:
forceUpdate = TRUE)
shell: Rscript {0}

- name: Render Quarto website
uses: quarto-dev/quarto-actions/render@v2

- name: Publish Quarto website to GitHub Pages
- name: Render and publish Quarto website to GitHub Pages
# The publish action also renders the website by default.
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
Expand Down

0 comments on commit 0e6a570

Please sign in to comment.