Skip to content

Commit

Permalink
Install jags manually on github
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Apr 22, 2024
1 parent 1db1d76 commit 97a24fe
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Install jags on Linux
run: sudo apt-get install jags

# From https://github.com/r-lib/actions/tree/v2/setup-renv
- name: Setup dependencies with renv
uses: r-lib/actions/setup-renv@v2
Expand All @@ -53,13 +56,13 @@ jobs:
# CONNECT_SERVER: enter-the-server-url-here
# CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}

# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
# - name: Publish to GitHub Pages (and render)
# uses: quarto-dev/quarto-actions/publish@v2
# with:
# target: gh-pages
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions

# - name: Publish to confluence
# uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 97a24fe

Please sign in to comment.