Skip to content

Commit

Permalink
Merge pull request #9 from seblum/fix_github-actions
Browse files Browse the repository at this point in the history
modifed r-lib to v2
  • Loading branch information
seblum committed Apr 26, 2023
2 parents 042d802 + 08ee824 commit b1b78e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bookdown_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# working-directory: bookdown-documents
steps:
- uses: actions/checkout@v1
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1
- 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"))'
working-directory: ./manuscript
Expand Down

0 comments on commit b1b78e4

Please sign in to comment.