diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 51026d6..773cfd7 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -43,7 +43,7 @@ jobs: - name: Deploy to gh-pages branch run: | git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - npx gh-pages -d build -u "github-actions-bot " + npx gh-pages -d out -u "github-actions-bot " env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}