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
- name: Archive the docs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: docs
path: build/
@ -54,7 +54,7 @@ jobs:
steps:
- name: Download the built docs artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: docs
path: docs