From 69533b9f63c34ed0f6b0646a1ee3b58ba69098ce Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 27 Mar 2024 14:53:16 +0100 Subject: [PATCH] cleanup --- .forgejo/workflows/publish.yaml | 4 ++-- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore 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/