File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 55 - cron : " 37 */2 * * *" # this is UTC
66 push :
77 branches :
8- - " main"
8+ - main
99 paths :
1010 - " src/**"
1111 - " go.mod"
6767 - name : Dispatch GitHub Pages deployment
6868 uses : peter-evans/repository-dispatch@v3
6969 with :
70- event-type : github-pages
70+ event-type : tibiadata-api-assets-deploy
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name: GitHub Pages deployment
33on :
44 push :
55 branches :
6- - " main"
6+ - main
77 paths :
88 - " docs/**"
99 repository_dispatch :
10- types : [github-pages]
10+ types :
11+ - tibiadata-api-assets-deploy
1112 workflow_dispatch :
1213
1314# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -20,10 +21,6 @@ concurrency:
2021 group : " pages"
2122 cancel-in-progress : false
2223
23- defaults :
24- run :
25- shell : bash
26-
2724jobs :
2825 build :
2926 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments