Update .gitea/workflows/build_and_deploy.yaml
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
# Step 5: Upload the 'public' directory as an artifact
|
# Step 5: Upload the 'public' directory as an artifact
|
||||||
# This makes the build output available to other jobs (like our deploy job)
|
# This makes the build output available to other jobs (like our deploy job)
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: zola-public
|
name: zola-public
|
||||||
path: main-site/public/
|
path: main-site/public/
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Step 1: Download the artifact from the 'build' job
|
# Step 1: Download the artifact from the 'build' job
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3 # Use v3 instead of v4
|
||||||
with:
|
with:
|
||||||
name: zola-public
|
name: zola-public
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user