Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed May 17, 2024
1 parent 7d41e6f commit 8506aab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,23 @@ jobs:
LANG: "en_US.UTF-8"
LC_ALL: "en_US.UTF-8"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: quarto-dev/quarto-actions/setup@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
install-r: false
r-version: "4.3.0"
use-public-rspm: true

- name: Install system dependencies
run: sudo apt-get install libcurl4-openssl-dev

- uses: r-lib/actions/setup-renv@v2

- name: Render site
run: quarto render

- name: Deploy to GitHub pages 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _site
Expand Down

0 comments on commit 8506aab

Please sign in to comment.