Skip to content

Commit 42a31c5

Browse files
committed
Fix Workflow Yet Again
1 parent 63864ad commit 42a31c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
- name: upload-artifact
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: docs-archive
56+
name: github-pages
5757
path: root
5858
- name: deploy
5959
uses: actions/deploy-pages@v4
60-
with:
61-
artifact-name: docs-archive

0 commit comments

Comments
 (0)