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:
5
.github/workflows/production.yml
vendored
5
.github/workflows/production.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user