|
|
@ -40,5 +40,5 @@ jobs:
|
|
|
|
uses: peaceiris/actions-gh-pages@v3
|
|
|
|
uses: peaceiris/actions-gh-pages@v3
|
|
|
|
if: github.ref == 'refs/heads/master'
|
|
|
|
if: github.ref == 'refs/heads/master'
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
github_token: $
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
publish_dir: ./web/dist
|
|
|
|
publish_dir: ./web/dist
|