Compare commits
5 Commits
v1.2.2
...
f4648e5f56
Author | SHA1 | Date | |
---|---|---|---|
f4648e5f56
|
|||
fcb16e9ea0
|
|||
410781307f
|
|||
b3245fd1cb
|
|||
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:
|
||||||
@@ -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
|
||||||
|
Reference in New Issue
Block a user