Skip to content

Commit

Permalink
Update renderbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmrollins authored Mar 12, 2024
1 parent ac17801 commit 7351ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renderbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown
run: Rscript -e 'install.packages(c("rmarkdown","bookdown","HelpersMG","readr","digest"))'
run: |
Rscript -e 'install.packages(c("rmarkdown","bookdown","HelpersMG","readr","digest"))'
- uses: r-lib/actions/setup-tinytex@v2
- name : install tinytex
Expand All @@ -33,13 +34,12 @@ jobs:
name: docs
path: docs/

# deploy to gh pages yml
build-and-deploy:
runs-on: ubuntu-latest
needs: bookdown
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 7351ea7

Please sign in to comment.