Skip to content

Commit

Permalink
attempt to fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnciane committed Jun 7, 2024
1 parent 266e309 commit 8d78abe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.127.0
HUGO_VERSION: 0.126.3
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -56,8 +56,7 @@ jobs:
HUGO_ENV: production
run: |
hugo \
--minify \
# --themesDir=../.. --source=exampleSite \
--gc --minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 8d78abe

Please sign in to comment.