diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6d93d1e..6209ed2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -22,7 +22,7 @@ jobs: - run: cd app && npm install && npm run build - name: build_app uses: peaceiris/actions-gh-pages@v3 - # if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./app/dist