action: upload, download v3
Some checks failed
/ Build Docs (push) Successful in 4m45s
/ Deploy the new doc (push) Failing after 13s

This commit is contained in:
Félix Piédallu 2025-10-02 15:01:26 +02:00
parent 68265198f3
commit ef8d51f866

View file

@ -38,7 +38,7 @@ jobs:
run: yarn build run: yarn build
- name: Archive the docs - name: Archive the docs
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: docs name: docs
path: build/ path: build/
@ -54,7 +54,7 @@ jobs:
steps: steps:
- name: Download the built docs artifact - name: Download the built docs artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: docs name: docs
path: docs path: docs