1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-12 13:54:48 +00:00

Add Action Caching

This commit is contained in:
2021-05-01 22:59:01 -05:00
parent e334c3d825
commit 69301d6a66
2 changed files with 171 additions and 7 deletions

View File

@@ -24,6 +24,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Cache Jekyll build
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-jekyll-${{ hashFiles('**/*.html') }}
- name: Build website
uses: ./.github/actions/build
- name: Copy built site to production