File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 permissions :
15- contents : read
16- pages : write # to deploy to Pages
17- id-token : write # to verify the deployment originates from an appropriate source
18-
19- environment :
20- name : github-pages
21- url : ${{steps.deployment.outputs.page_url}}
22-
15+ contents : write # to update the retype branch
16+
2317 steps :
2418 - uses : actions/checkout@v4
2519
3024 config : docs/retype.yaml
3125 license : ${{ secrets.RETYPE_API_KEY }}
3226
33- - name : Upload Retype artifact
34- uses : actions/upload-pages-artifact@v2
27+ - uses : retypeapp/action-github-pages@latest
3528 with :
36- path : ${{ steps.retype.outputs.retype-output-path }}
37-
38- - name : Deploy to GitHub Pages
39- id : deployment
40- uses : actions/deploy-pages@v4
29+ update-branch : true
You can’t perform that action at this time.
0 commit comments