From 879ccd3bca52862510542f3c1cee9c95fa25c2fa Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 13 Feb 2024 02:46:30 +0100 Subject: [PATCH] Fix yet another bug in ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a182218..11a205f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,5 +105,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v3.6.0 - - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d build + - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d dist