mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58: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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -10,7 +13,7 @@ jobs:
|
||||
env:
|
||||
cache-name: yarn-cache
|
||||
with:
|
||||
path: ~/.yarn
|
||||
path: .yarn
|
||||
key: ${{ runner.os }}-deploy-${{ env.cache-name }}
|
||||
|
||||
- name: Checkout
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
env:
|
||||
cache-name: yarn-cache
|
||||
with:
|
||||
path: ~/.yarn
|
||||
path: .yarn
|
||||
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
||||
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user