mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Fixed lack of permission issue in deploy.yml for Github pages
This commit is contained in:
parent
3ef2a24f4b
commit
2d02b5074b
@ -82,6 +82,8 @@ jobs:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
Then:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user