mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-12 05:44:49 +00:00
Configure Dependabot
This commit is contained in:
6
.github/workflows/production.yml
vendored
6
.github/workflows/production.yml
vendored
@@ -27,8 +27,10 @@ jobs:
|
||||
- name: Cache Jekyll build
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-jekyll-${{ hashFiles('**/*.html') }}
|
||||
path: |
|
||||
.jekyll-cache
|
||||
.sass-cache
|
||||
key: ${{ runner.os }}-jekyll-${{ hashFiles('**/*.??m[ld]') }}
|
||||
- name: Build website
|
||||
uses: ./.github/actions/build
|
||||
- name: Copy built site to production
|
||||
|
Reference in New Issue
Block a user