test new artifact upload

This commit is contained in:
2025-12-02 16:18:22 +01:00
parent b8e8b87047
commit 759ad0ff0b

View File

@@ -66,7 +66,7 @@ jobs:
run: uv run zensical build --clean run: uv run zensical build --clean
- name: Upload documentation artifact - name: Upload documentation artifact
uses: actions/upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: site name: site
path: site/ path: site/
@@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Download documentation artifact - name: Download documentation artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: site name: site
path: site/ path: site/