Skip to content

Commit f3979a3

Browse files
committed
Merge branch 'master' into publish
2 parents 04fecff + e75c34e commit f3979a3

3 files changed

Lines changed: 4 additions & 98 deletions

File tree

.github/actions/create-publish-folder.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ mkdir _build/latest
55
mv -v _build/html/* _build/latest
66
mv _build/latest _build/html/
77
touch _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

.github/workflows/deploy.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)