Skip to content

Commit 60a5584

Browse files
committed
refactor: update artifact handling in deployment workflow
1 parent ce707c2 commit 60a5584

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ jobs:
109109
run: |
110110
docker push pvarki/pvarkidocs:latest
111111
112-
- name: Upload Build Artifact
113-
uses: actions/upload-artifact@v4
114-
with:
115-
name: build-artifact
116-
path: ${{ github.workspace }}/MainDocs/build
117-
118112
deploy:
119113
runs-on: ubuntu-latest
120114
needs: build
@@ -125,10 +119,10 @@ jobs:
125119
persist-credentials: false
126120
fetch-depth: 0
127121

128-
- name: Download Build Artifact
122+
- name: Download Built Docs Artifact
129123
uses: actions/download-artifact@v4
130124
with:
131-
name: build-artifact
125+
name: docs-raw
132126
path: ${{ github.workspace }}/MainDocs/build
133127

134128
- name: Install Dependencies

0 commit comments

Comments
 (0)