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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user