mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Fixed GH action cache paths and fixed deploy action.
This commit is contained in:
parent
44ab6cbe13
commit
dcae1211d7
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -10,7 +13,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
cache-name: yarn-cache
|
cache-name: yarn-cache
|
||||||
with:
|
with:
|
||||||
path: ~/.yarn
|
path: .yarn
|
||||||
key: ${{ runner.os }}-deploy-${{ env.cache-name }}
|
key: ${{ runner.os }}-deploy-${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
cache-name: yarn-cache
|
cache-name: yarn-cache
|
||||||
with:
|
with:
|
||||||
path: ~/.yarn
|
path: .yarn
|
||||||
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user