Fix LFS #3

Merged
julienfastre merged 7 commits from enable-lfs into master 2024-11-18 10:33:19 +00:00
Showing only changes of commit 5cbd1f5229 - Show all commits

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:
@ -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