Skip to content

Commit

Permalink
ci: debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 30, 2023
1 parent 7917213 commit a253399
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/quarto-render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Set up R
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a253399

Please sign in to comment.