Skip to content

Commit

Permalink
update flows
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed Jul 14, 2023
1 parent 3fa1bcd commit e9d43b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion processUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit e9d43b0

Please sign in to comment.