switch to gitea actions checkout
Some checks failed
Build an image to deploy website / build (push) Failing after 5s

This commit is contained in:
Julien Fastré 2024-11-18 10:27:11 +01:00
parent 6cac46431e
commit 5cbd1f5229
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -1,9 +1,7 @@
name: Build an image to deploy website name: Build an image to deploy website
on: on:
push: push
tags:
- v*
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: permissions:
@ -17,7 +15,7 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- name: Check out repository - name: Check out repository
uses: https://github.com/actions/checkout@v4 uses: actions/checkout@v4
with: with:
lfs: true lfs: true