File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ mkdir _build/latest
55mv -v _build/html/* _build/latest
66mv _build/latest _build/html/
77touch _build/html/.nojekyll
8- mv scripts/publish-README.md _build/html/README.md
9- mv scripts/publish-index.html _build/html/index.html
8+ cp scripts/publish-README.md _build/html/README.md
9+ cp scripts/publish-index.html _build/html/index.html
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120120 path : html
121121
122122 - name : deploy
123- uses : peaceiris/actions-gh-pages@v3
123+ uses : peaceiris/actions-gh-pages@v4
124124 with :
125- personal_token : ${{ secrets.ACTIONS_DEPLOY_KEY }}
125+ deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
126126 publish_dir : ./html/
127127 publish_branch : master
128128 external_repository : thesofproject/thesofproject.github.io
You can’t perform that action at this time.
0 commit comments