mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
update flows
This commit is contained in:
parent
3fa1bcd3e4
commit
e9d43b07c1
3 changed files with 3 additions and 3 deletions
2
.github/workflows/firebase-preview.yml
vendored
2
.github/workflows/firebase-preview.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: |
|
||||
hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
||||
hugo -E -F --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
||||
|
||||
- name: Deploy preview
|
||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
|
|
2
.github/workflows/firebase-production.yml
vendored
2
.github/workflows/firebase-production.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: |
|
||||
hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
||||
hugo -E -F --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
||||
|
||||
- name: Deploy Production
|
||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
|
|
|
@ -51,7 +51,7 @@ puppeteer
|
|||
title: \""+ users[i].title + "\"\n\
|
||||
tags: ["+users[i].tags+"]\n\
|
||||
externalUrl: \""+ users[i].url + "\"\n\
|
||||
date: "+(2022-i)+"-08-08\n\
|
||||
date: "+(9999-i)+"-08-08\n\
|
||||
showDate: false\n\
|
||||
showAuthor: false\n\
|
||||
showReadingTime: false\n\
|
||||
|
|
Loading…
Reference in a new issue