Skip to content

Commit

Permalink
Merge branch 'pdf-callout-fix' into book
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 21, 2020
2 parents 097b3d3 + 037d71a commit 7ed0a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
tinytex::install_tinytex()
# tinytex::install_tinytex()
shell: Rscript {0}

- name: Set up Python 3.6
Expand All @@ -50,7 +50,7 @@ jobs:
run: pip3 install --user -r requirements.txt

- name: Render Book
run: make everything
run: make html

- name: Cache bookdown results
uses: actions/cache@v1
Expand Down

0 comments on commit 7ed0a55

Please sign in to comment.