File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - main
9+ pull_request :
10+ branches :
11+ - dev
912
1013 # Allows you to run this workflow manually from the Actions tab
1114 workflow_dispatch :
3740 - name : Install Hugo CLI
3841 run : |
3942 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
40- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
43+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
4144 - name : Install Dart Sass
4245 run : sudo snap install dart-sass
4346 - name : Checkout
@@ -53,13 +56,14 @@ jobs:
5356 - name : Build with Hugo
5457 env :
5558 # For maximum backward compatibility with Hugo modules
59+ TZ : " Europe/Lisbon"
5660 HUGO_ENVIRONMENT : production
5761 HUGO_ENV : production
5862 run : |
5963 hugo \
6064 --gc \
6165 --minify \
62- --baseURL "${{ steps.pages.outputs.base_url }}/"
66+ --baseURL "${{ steps.pages.outputs.base_url }}/"
6367 - name : Upload artifact
6468 uses : actions/upload-pages-artifact@v3
6569 with :
You can’t perform that action at this time.
0 commit comments