diff --git a/.gitea/workflows/update-docs.yml b/.gitea/workflows/update-docs.yml index 313c059..eff9d35 100644 --- a/.gitea/workflows/update-docs.yml +++ b/.gitea/workflows/update-docs.yml @@ -53,7 +53,9 @@ jobs: uses: actions/upload-artifact@v3 with: name: spearhead-docs - path: ./.docs/ + path: | + ./.docs/Dockerfile + ./.docs/web/**/* retention-days: 1 build-image: