Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
christophM committed Mar 2, 2023
1 parent fef82bb commit cf2ec31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
sudo apt-get install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
- name: Install Pandoc
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: '2.19.2'

- name: Install TinyTeX
uses: r-lib/actions/setup-tinytex@v1
uses: r-lib/actions/setup-tinytex@v2
env:
# install full prebuilt version
TINYTEX_INSTALLER: TinyTeX
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
git rm -rf ./*
cp -r ../manuscript/_book/* ./
mkdir -p .github/workflows/
cp ../.github/workflows/vgwort.yml .github/workflows/
touch .nojekyll
git add .nojekyll
git add --all ./*
Expand Down

0 comments on commit cf2ec31

Please sign in to comment.