This commit is contained in:
Jean-Marie Mineau 2024-03-27 14:53:16 +01:00
parent 62f99b8a6f
commit 69533b9f63
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 4 additions and 2 deletions

View file

@ -18,9 +18,9 @@ jobs:
git submodule update --init --recursive git submodule update --init --recursive
- run: | - run: |
cd "${GITHUB_WORKSPACE}" cd "${GITHUB_WORKSPACE}"
hugo hugo --minify
- run: | - run: |
cd dist cd "${GITHUB_WORKSPACE}/public/"
git init git init
git config user.email "ci_action@example.com" git config user.email "ci_action@example.com"
git config user.name "CI" git config user.name "CI"

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
public/
resources/