We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce707c2 commit 60a5584Copy full SHA for 60a5584
.github/workflows/docs.yml
@@ -109,12 +109,6 @@ jobs:
109
run: |
110
docker push pvarki/pvarkidocs:latest
111
112
- - name: Upload Build Artifact
113
- uses: actions/upload-artifact@v4
114
- with:
115
- name: build-artifact
116
- path: ${{ github.workspace }}/MainDocs/build
117
-
118
deploy:
119
runs-on: ubuntu-latest
120
needs: build
@@ -125,10 +119,10 @@ jobs:
125
persist-credentials: false
126
fetch-depth: 0
127
121
128
- - name: Download Build Artifact
122
+ - name: Download Built Docs Artifact
129
123
uses: actions/download-artifact@v4
130
124
with:
131
+ name: docs-raw
132
path: ${{ github.workspace }}/MainDocs/build
133
134
- name: Install Dependencies
0 commit comments