Skip to content

Commit a2f6247

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yaml

Lines changed: 4 additions & 4 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 https://iris-unicamp.github.io/iris-unicamp-website/
6161
- name: Upload artifact
6262
uses: actions/upload-pages-artifact@v3
6363
with:
@@ -67,7 +67,7 @@ jobs:
6767
deploy:
6868
environment:
6969
name: github-pages
70-
url: ${{ steps.deployment.outputs.page_url }}
70+
url: https://iris-unicamp.github.io/iris-unicamp-website/
7171
runs-on: ubuntu-latest
7272
needs: build
7373
steps:

0 commit comments

Comments
 (0)