test
Some checks failed
Build Website / build (push) Failing after 1s

This commit is contained in:
Jean-Michel Tremblay 2026-04-20 09:25:21 -04:00
parent 9a00c0d480
commit d91da65f32

View file

@ -8,6 +8,11 @@ jobs:
run: |
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git .
- name: Prepare output directory
run: |
mkdir -p site/public
chmod 777 site/public
- name: Build
run: |
docker run --rm \