mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
CI: update GitHub Actions template versions
This commit is contained in:
parent
e8e2389319
commit
713ef244a1
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Cache Rendered Data
|
- name: Cache Rendered Data
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ./site/resources
|
path: ./site/resources
|
||||||
key: ${{ runner.os }}-rendered-${{ github.sha }}
|
key: ${{ runner.os }}-rendered-${{ github.sha }}
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: ./.ci/build.sh
|
run: ./.ci/build.sh
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
if: ${{ ! github.base_ref }}
|
if: ${{ ! github.base_ref }}
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
uses: JamesIves/github-pages-deploy-action@4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue