1
0
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:
2021-05-02 00:26:12 -05:00
parent 69301d6a66
commit e2e35554b2
5 changed files with 43 additions and 21 deletions

View File

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