diff --git a/.gitea/workflows/update-docs.yml b/.gitea/workflows/update-docs.yml index 1d278bf..0523633 100644 --- a/.gitea/workflows/update-docs.yml +++ b/.gitea/workflows/update-docs.yml @@ -30,7 +30,10 @@ jobs: steps: # Download prepared pages from the previous job - + - name: Download spearhead-docs artifact + uses: actions/download-artifact@v3 + with: + name: spearhead-docs - name: Build Docker image for docs