5 Commits

Author SHA1 Message Date
f4648e5f56 switch to https
All checks were successful
Build an image to deploy website / build (push) Successful in 1m33s
2024-11-18 10:35:50 +01:00
fcb16e9ea0 fix repository address
Some checks failed
Build an image to deploy website / build (push) Failing after 6s
2024-11-18 10:34:58 +01:00
410781307f checkout manually
Some checks failed
Build an image to deploy website / build (push) Failing after 2m16s
2024-11-18 10:32:10 +01:00
b3245fd1cb fetching lfs manually
Some checks failed
Build an image to deploy website / build (push) Failing after 45s
2024-11-18 10:30:12 +01:00
5cbd1f5229 switch to gitea actions checkout
Some checks failed
Build an image to deploy website / build (push) Failing after 5s
2024-11-18 10:27:11 +01:00

View File

@@ -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:
@@ -16,10 +14,14 @@ jobs:
build:
runs-on: cth-ubuntu-latest
steps:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
with:
lfs: true
- name: Git checkout with LFS
# see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
run: |
git init
git remote add origin https://gitea.champs-libres.be/champs-libres/prez-concepts-chill.git
git fetch --depth 1 origin ${{ gitea.ref }}
git checkout FETCH_HEAD
git lfs pull
- name: update packages
run: apt-get update