From e36f2106db78510c0fcf6148b88f01ab5bcf1071 Mon Sep 17 00:00:00 2001 From: Yitong Hu Date: Sat, 27 Jan 2024 01:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20slidev-gh-pages.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/slidev-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slidev-gh-pages.yml b/.github/workflows/slidev-gh-pages.yml index fb95fc9..4a6e9a1 100644 --- a/.github/workflows/slidev-gh-pages.yml +++ b/.github/workflows/slidev-gh-pages.yml @@ -33,7 +33,7 @@ jobs: cd slidev/ echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV # npx slidev build --base /$REPO_NAME/ - npx slidev build --base /Overcooked-AI/ + npx slidev build --base /Overcooked-Baselines/ - name: Fix permissions run: | chmod -c -R +rX "slidev/dist/" | while read line; do