Skip to content

Commit

Permalink
Merge pull request #12 from miraisolutions/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions-4f2a5b1632

Bump the actions group with 4 updates
  • Loading branch information
riccardoporreca authored May 8, 2024
2 parents 5f36c2f + f5b55af commit 06ab9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup version-stable R 4.2.1
uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -26,14 +26,14 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Build site
run: |
rmarkdown::render_site()
shell: Rscript {0}
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand All @@ -50,4 +50,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 06ab9e0

Please sign in to comment.