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:
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user