diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 8ecc8c4..f884225 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -36,5 +36,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.BLOBS_APP_PUBLISH_TOKEN }} - publish_dir: ./build + publish_dir: ./public cname: blobs.app