Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
不要使用 Quarto Action 而使用 r-lib/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Sep 1, 2022
1 parent 3e1cc8d commit 5cc9b72
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# To install LaTeX to build PDF book
tinytex: true
version: 1.1.149

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: '4.2.1'

- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: '2.17.1' # The pandoc version to download (if necessary) and use.

- uses: r-lib/actions/setup-r-dependencies@v2

- name: Install LaTeX Packages
Expand Down

0 comments on commit 5cc9b72

Please sign in to comment.