Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quick fix: corrige la CI pour le site hugo.
Browse files Browse the repository at this point in the history
Nuclear-Squid committed Feb 28, 2024
1 parent 217674f commit 4d3a979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
@@ -54,14 +54,14 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
cd www && hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public
path: ./www/public

# Deployment job
deploy:

0 comments on commit 4d3a979

Please sign in to comment.