Skip to content

Commit

Permalink
Merge pull request #94 from jiajic/main
Browse files Browse the repository at this point in the history
try to fix auto builds
  • Loading branch information
jiajic authored Aug 6, 2024
2 parents f7bcefa + 029d347 commit aeb7ad7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
extra-packages: |
any::pdftools
- name: Copy PDF files
run: |
mkdir -p docs/pdf
cp -R pdf/* docs/pdf/
shell: bash

- name: Cache bookdown results
uses: actions/cache@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions _bookdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
output_dir: "docs"
copy_resources:
- "pdf"
File renamed without changes.

0 comments on commit aeb7ad7

Please sign in to comment.