diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 875b395..6dc75cd 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,4 +26,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public - publish_branch: master + publish_branch: gh-pages