Skip to content

Commit

Permalink
Merge pull request #63 from gvelasq/main-1
Browse files Browse the repository at this point in the history
Remove unused lines from workflow
  • Loading branch information
ivelasq authored Aug 7, 2023
2 parents 4d9b987 + 9e0861e commit 6e27e75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
branches:
- main


name: renderbook

jobs:
Expand All @@ -19,8 +18,6 @@ jobs:
r-version: '4.3.1'
use-public-rspm: true
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown
run: Rscript -e 'install.packages(c("rmarkdown","bookdown"))'
- name: Set RENV_PATHS_ROOT
shell: bash
run: |
Expand Down Expand Up @@ -74,4 +71,3 @@ jobs:
with:
email: ${{ secrets.EMAIL }}
build_dir: _book/

0 comments on commit 6e27e75

Please sign in to comment.