File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments