Skip to content

Commit

Permalink
Merge pull request #64 from jiajic/main
Browse files Browse the repository at this point in the history
Update bookdown.yaml
  • Loading branch information
jiajic authored Aug 4, 2024
2 parents 627c5a0 + 9fa0caf commit f461a62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
run: bookdown::render_book("index.Rmd", quiet = TRUE)
shell: Rscript {0}

- name: Copy PDF files
run: |
mkdir -p docs/pdf
cp -R pdf/* docs/pdf/
shell: bash

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.5.0
Expand Down

0 comments on commit f461a62

Please sign in to comment.