diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4a31f8..69bc4bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: if: success() uses: crazy-max/ghaction-github-pages@master with: - target_branch: gh-pages + target_branch: test build_dir: public env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}