chore(GitHub): cache ionic site files

This commit is contained in:
Daniel Sogl
2020-06-11 18:59:40 +02:00
committed by GitHub
parent be3f73a921
commit aa535844b0
+6
View File
@@ -17,6 +17,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Cache ionic site
id: ionic-site
uses: actions/cache@v2
with:
path: ~/ionic-site/
key: ionic-site-${{ hashFiles('**/package-lock.json') }}
- name: Setup git
run: bash ./scripts/git/config.sh
- name: Prepare ionic-site repo