use fork with github.com check disabled
Some checks failed
/ build (push) Successful in 17s
/ deploy (push) Failing after 11s

This commit is contained in:
Louis 2025-04-17 18:05:43 +02:00
parent 48b9176ea7
commit 73b85a8dae

View file

@ -15,7 +15,7 @@ jobs:
- name: Build
run: npx @11ty/eleventy
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: https://data.forgejo.org/forgejo/upload-artifact@v4
with:
name: dist
path: dist/
@ -25,7 +25,7 @@ jobs:
container:
image: node:21-bullseye # Required by actions/download-artifact
steps:
- uses: actions/download-artifact@v4
- uses: https://data.forgejo.org/forgejo/download-artifact@v4
with:
name: dist
- name: rsync deployment