From abed2104757f3761d442409f337625bb9bb52978 Mon Sep 17 00:00:00 2001 From: wiederholung Date: Sat, 27 Jan 2024 01:31:26 +0800 Subject: [PATCH] Commented out unnecessary build command --- .github/workflows/slidev-gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slidev-gh-pages.yml b/.github/workflows/slidev-gh-pages.yml index 43c589a..fb95fc9 100644 --- a/.github/workflows/slidev-gh-pages.yml +++ b/.github/workflows/slidev-gh-pages.yml @@ -32,7 +32,8 @@ jobs: run: | cd slidev/ echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV - npx slidev build --base /$REPO_NAME/ + # npx slidev build --base /$REPO_NAME/ + npx slidev build --base /Overcooked-AI/ - name: Fix permissions run: | chmod -c -R +rX "slidev/dist/" | while read line; do