File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77
8+ workflow_dispatch :
9+
810jobs :
911 generate-reference :
1012 runs-on : ubuntu-latest
@@ -38,10 +40,16 @@ jobs:
3840 path : ${{ github.workspace }}/reference
3941 name : reference-cache
4042 retention-days : 1
41-
43+
4244 deploy :
4345 runs-on : ubuntu-latest
4446 needs : [generate-reference]
47+
48+ permissions :
49+ pages : write
50+ id-token : write
51+ contents : write
52+
4553 steps :
4654 - uses : actions/checkout@v4
4755
8189 - name : Deploy page
8290 uses : peaceiris/actions-gh-pages@v4
8391 with :
84- github_token : ${{ secrets.GITHUB_TOKEN }}
92+ github_token : ${{ secrets.GITHUB_TOKEN }}
8593 publish_dir : ./public
86- # keep_files: true
87- publish_branch : gh-pages
94+ publish_branch : gh-pages
95+ user_name : ' github-actions[bot]'
96+ user_email : ' github-actions[bot]@users.noreply.github.com'
You can’t perform that action at this time.
0 commit comments