diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index af29bd7..2f44348 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -18,9 +18,9 @@ jobs: git submodule update --init --recursive - run: | cd "${GITHUB_WORKSPACE}" - hugo + hugo --minify - run: | - cd dist + cd "${GITHUB_WORKSPACE}/public/" git init git config user.email "ci_action@example.com" git config user.name "CI" diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73ab876 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public/ +resources/