File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
- name : Install Hugo CLI
38
38
run : |
39
39
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
41
41
- name : Checkout
42
42
uses : actions/checkout@v4
43
43
with :
@@ -52,12 +52,12 @@ jobs:
52
52
env :
53
53
HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
54
54
HUGO_ENVIRONMENT : production
55
- TZ : America/Los_Angeles
55
+ TZ : America/New_York
56
56
run : |
57
57
hugo \
58
58
--gc \
59
59
--minify \
60
- --baseURL "${{ steps.pages.outputs.base_url }}/"
60
+ --baseURL "https:// ${{ steps.pages.outputs.host }}/${{ steps.pages.outputs.base_path }}/"
61
61
- name : Upload artifact
62
62
uses : actions/upload-pages-artifact@v3
63
63
with :
You can’t perform that action at this time.
0 commit comments