Skip to content

Commit 5238647

Browse files
try to fix github pages deployment
1 parent bf77f05 commit 5238647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.131.0
34+
HUGO_VERSION: 0.132.2
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Hugo
4949
run: |
5050
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
51-
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
51+
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
5252
- name: Build with Hugo
5353
env:
5454
# For maximum backward compatibility with Hugo modules
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
hugo \
5959
--gc --minify \
60-
--baseURL "${{ steps.pages.outputs.base_url }}/"
60+
--baseURL "${{ steps.pages.outputs.base_url }}/"
6161
- name: Upload artifact
6262
uses: actions/upload-pages-artifact@v3
6363
with:

0 commit comments

Comments
 (0)