From 5cbd1f5229063f90414fad689e0dc4375aa1113a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 18 Nov 2024 10:27:11 +0100 Subject: [PATCH] switch to gitea actions checkout --- .gitea/workflows/build-image.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 857f7ff..bee5b24 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -1,9 +1,7 @@ name: Build an image to deploy website on: - push: - tags: - - v* + push # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -17,7 +15,7 @@ jobs: runs-on: cth-ubuntu-latest steps: - name: Check out repository - uses: https://github.com/actions/checkout@v4 + uses: actions/checkout@v4 with: lfs: true