1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-30 07:11:08 +00:00

Generate website once per workflow

This commit is contained in:
2021-05-02 14:43:11 -05:00
parent bbc09b5681
commit 52c8192f7a
3 changed files with 86 additions and 202 deletions

View File

@@ -3,8 +3,6 @@ description: 'Builds Jekyll Site'
runs:
using: "composite"
steps:
- shell: bash
run: npm install
- shell: bash
run: |
sed -i "s/^ date:.*$/ date: $(TZ=UTC date "+%Y-%m-%d")/" _config.yml