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 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:
@@ -16,10 +14,14 @@ jobs:
build: build:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- name: Check out repository - name: Git checkout with LFS
uses: https://github.com/actions/checkout@v4 # see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
with: run: |
lfs: true 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 - name: update packages
run: apt-get update run: apt-get update