switch to gitea actions checkout
Some checks failed
Build an image to deploy website / build (push) Failing after 5s
Some checks failed
Build an image to deploy website / build (push) Failing after 5s
This commit is contained in:
parent
6cac46431e
commit
5cbd1f5229
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user