run on shell
All checks were successful
Build Website / build (push) Successful in 1s

This commit is contained in:
Jean-Michel Tremblay 2026-04-23 17:08:28 -04:00
parent d70d897470
commit c73440f08d

View file

@ -2,7 +2,7 @@ name: Build Website
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: docker runs-on: shell
steps: steps:
- name: Checkout - name: Checkout
run: | run: |