File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish Retype powered website to GitHub Pages
22on :
3- workflow_dispatch :
4- push :
5- branches :
6- - main
3+ workflow_dispatch :
4+ push :
5+ branches :
6+ - main
77
88jobs :
9- publish :
10- name : Publish to retype branch
9+ publish :
10+ name : Publish to retype branch
1111
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest
1313
14- permissions :
15- contents : write
14+ permissions :
15+ contents : write
1616
17- steps :
18- - uses : actions/checkout@v3
17+ steps :
18+ - uses : actions/checkout@v4
1919
20- - uses : retypeapp/action-build@latest
20+ - uses : actions/setup-dotnet@v1
21+ with :
22+ dotnet-version : 7.0.x
2123
22- - uses : retypeapp/action-github-pages@latest
23- with :
24- update-branch : true
24+ - uses : retypeapp/action-build@latest
25+
26+ - uses : retypeapp/action-github-pages@latest
27+ with :
28+ update-branch : true
You can’t perform that action at this time.
0 commit comments