Commit 280d98d 1 parent a76e8a5 commit 280d98d Copy full SHA for 280d98d
File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ repository_dispatch :
8
+ types : [classisland_hub_update]
7
9
8
10
permissions :
9
11
contents : write
@@ -64,23 +66,15 @@ jobs:
64
66
if-no-files-found : error
65
67
66
68
deploy :
67
- # Add a dependency to the build job
68
69
needs : build
69
-
70
- # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
71
70
permissions :
72
- pages : write # to deploy to Pages
73
- id-token : write # to verify the deployment originates from an appropriate source
74
-
75
- # Deploy to the github-pages environment
71
+ pages : write
72
+ id-token : write
76
73
environment :
77
74
name : github-pages
78
75
url : ${{ steps.deployment.outputs.page_url }}
79
-
80
- # Specify runner + deployment step
81
76
runs-on : ubuntu-latest
82
77
steps :
83
78
- name : 部署到 GitHub Pages
84
79
id : deployment
85
- uses : actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
86
-
80
+ uses : actions/deploy-pages@v2
You can’t perform that action at this time.
0 commit comments