mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
updated githubactions
This commit is contained in:
parent
9c89cadd3a
commit
bc3c87ff81
2 changed files with 6 additions and 0 deletions
3
.github/workflows/firebase-preview.yml
vendored
3
.github/workflows/firebase-preview.yml
vendored
|
@ -8,6 +8,9 @@ jobs:
|
|||
|
||||
- name: Hugo setup
|
||||
uses: peaceiris/actions-hugo@v2.6.0
|
||||
with:
|
||||
hugo-version: 0.120.4
|
||||
extended: true
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
|
|
3
.github/workflows/firebase-production.yml
vendored
3
.github/workflows/firebase-production.yml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
|||
|
||||
- name: Hugo setup
|
||||
uses: peaceiris/actions-hugo@v2.6.0
|
||||
with:
|
||||
hugo-version: 0.120.4
|
||||
extended: true
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
|
|
Loading…
Reference in a new issue