File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99jobs :
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 }}
You can’t perform that action at this time.
0 commit comments