Skip to content

Commit f88237e

Browse files
committed
fix workflow
1 parent 3b2e3d4 commit f88237e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Hugo CLI
3838
run: |
3939
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
40+
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4141
- name: Checkout
4242
uses: actions/checkout@v4
4343
with:
@@ -52,12 +52,12 @@ jobs:
5252
env:
5353
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
5454
HUGO_ENVIRONMENT: production
55-
TZ: America/Los_Angeles
55+
TZ: America/New_York
5656
run: |
5757
hugo \
5858
--gc \
5959
--minify \
60-
--baseURL "${{ steps.pages.outputs.base_url }}/"
60+
--baseURL "https://${{ steps.pages.outputs.host }}/${{ steps.pages.outputs.base_path }}/"
6161
- name: Upload artifact
6262
uses: actions/upload-pages-artifact@v3
6363
with:

0 commit comments

Comments
 (0)