From 743cf6eb3308e0ac99640c8082019bdab2e51cc4 Mon Sep 17 00:00:00 2001 From: Zhang Fuxin Date: Sun, 31 Oct 2021 16:17:40 +0800 Subject: [PATCH] fix: increase cache-version to force rebuild TinyTex cache which is empty now. --- .github/workflows/deploy_bookdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_bookdown.yml b/.github/workflows/deploy_bookdown.yml index e844741..56d674c 100644 --- a/.github/workflows/deploy_bookdown.yml +++ b/.github/workflows/deploy_bookdown.yml @@ -24,7 +24,7 @@ jobs: run: sudo apt-get install -y fonts-noto-cjk - uses: foxsen/actions/setup-tinytex-new@tinytex-v2 with: - cache-version: 2 + cache-version: 3 - name: Render Book run: export PATH=$PATH:$HOME/bin; make -j8 shell: bash