From f4aa2d0f0db6b8231000f8a44b77d42eaddce232 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 30 Sep 2023 20:15:28 +0200 Subject: [PATCH] test --- .gitea/workflows/hugo.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 55cdeda..646e744 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -25,13 +25,13 @@ jobs: - name: Create tarfile run: tar -cf website.tar public - - name: Create release - id: create-release - uses: actions/release-action@main - with: - files: |- - website.tar - api_key: '${{secrets.RELEASE_TOKEN}}' + # - name: Create release + # id: create-release + # uses: actions/release-action@main + # with: + # files: |- + # website.tar + # api_key: '${{secrets.RELEASE_TOKEN}}' # - name: Upload artifacts # uses: actions/upload-artifact@v3