Skip to content

Commit 57a9252

Browse files
committed
Fix GitHub CI
1 parent b6ff99d commit 57a9252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
env:
1515
DTC_HEADLESS: true
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v5
1818
- name: setup
1919
run: chmod +x dtcw
2020
- name: generateSite
2121
run: ./dtcw generateSite
2222
- name: copyToPublic
2323
run: cp -r ./build/microsite/output ./public
2424
- name: Deploy
25-
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
25+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
2626
# if: ${{ github.ref == 'refs/heads/main' }}
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)