diff options
| author | MetaCubeX <[email protected]> | 2022-05-26 00:26:28 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-26 00:26:28 +0800 |
| commit | e42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (patch) | |
| tree | 99beed2bf1dc414bee98c7616b9b1c09ef42e5cf /.github | |
| parent | f4eb0234553c3bcd9fb0429d7c6b27f00936909c (diff) | |
Update push.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d97d5a7..aa5ac8d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -62,7 +62,7 @@ jobs: asset_content_type: application/x-gzip - name: Push to gh-pages - if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || github.event.ref == 'refs/heads/publish') + env: GITHUB_TOKEN: ${{ secrets.TOKEN }} PUBLISH_DIR: public |
