From 653daf5c021492e84704d90dbe7a953c21b1266b Mon Sep 17 00:00:00 2001 From: zuma Date: Sun, 13 Apr 2025 17:15:01 +0200 Subject: [PATCH] Actions fix ? --- .forgejo/workflows/website_publish.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/website_publish.yml b/.forgejo/workflows/website_publish.yml index 028ee48..75270a6 100644 --- a/.forgejo/workflows/website_publish.yml +++ b/.forgejo/workflows/website_publish.yml @@ -8,14 +8,10 @@ on: jobs: publish: runs-on: ubuntu-22.04 - env: - DOCKER_HOST: tcp://localhost:2375 steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 # all history for all branches and tags + - name: Checkout + uses: actions/checkout@v4 - name: Deploy run: |