diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 17694964..ac26fd7e 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -38,6 +38,8 @@ jobs: run: npm install - name: Build static app run: npm run build + env: + PUBLIC_URL: ${{ vars.PUBLIC_URL }} - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: