Skip to content

Commit 4f6b041

Browse files
committed
Stop uploading built site as archive, since it's not usable as such
1 parent cbad860 commit 4f6b041

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,3 @@ jobs:
133133
tags: ${{ steps.meta.outputs.tags }}
134134
labels: ${{ steps.meta.outputs.labels }}
135135
push: ${{ env.PUSH_IMAGE }}
136-
137-
# Upload documentation website as archive
138-
- name: Upload website archive
139-
uses: actions/upload-artifact@v4
140-
with:
141-
name: documentation-website${{ env.VARIANT_SUFFIX }}
142-
path: build

0 commit comments

Comments
 (0)