Fixed GH action cache paths and fixed deploy action.

This commit is contained in:
Daan Vanden Bosch 2020-09-29 18:22:51 +02:00
parent 44ab6cbe13
commit dcae1211d7
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -16,7 +16,7 @@ jobs:
env:
cache-name: yarn-cache
with:
path: ~/.yarn
path: .yarn
key: ${{ runner.os }}-tests-${{ env.cache-name }}
- name: Checkout