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