update flows

This commit is contained in:
Nuno Coração 2023-07-14 12:56:33 +01:00
parent 3fa1bcd3e4
commit e9d43b07c1
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
HUGO_ENVIRONMENT: production HUGO_ENVIRONMENT: production
HUGO_ENV: production HUGO_ENV: production
run: | 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 - name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0 uses: FirebaseExtended/action-hosting-deploy@v0

View file

@ -25,7 +25,7 @@ jobs:
HUGO_ENVIRONMENT: production HUGO_ENVIRONMENT: production
HUGO_ENV: production HUGO_ENV: production
run: | 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 - name: Deploy Production
uses: FirebaseExtended/action-hosting-deploy@v0 uses: FirebaseExtended/action-hosting-deploy@v0

View file

@ -51,7 +51,7 @@ puppeteer
title: \""+ users[i].title + "\"\n\ title: \""+ users[i].title + "\"\n\
tags: ["+users[i].tags+"]\n\ tags: ["+users[i].tags+"]\n\
externalUrl: \""+ users[i].url + "\"\n\ externalUrl: \""+ users[i].url + "\"\n\
date: "+(2022-i)+"-08-08\n\ date: "+(9999-i)+"-08-08\n\
showDate: false\n\ showDate: false\n\
showAuthor: false\n\ showAuthor: false\n\
showReadingTime: false\n\ showReadingTime: false\n\