Skip to content

Commit b396591

Browse files
committed
chore(release): comment out artifact download step in release workflow
1 parent d93ba30 commit b396591

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
needs: build
9898

9999
steps:
100-
- name: Download artifact
101-
uses: actions/download-artifact@v4
102-
#with:
103-
# name: 'github-pages'
100+
# - name: Download artifact
101+
# uses: actions/download-artifact@v4
102+
# #with:
103+
# # name: 'github-pages'
104104

105105
- name: Deploy
106106
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)