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