Skip to content

Commit 56c0b5d

Browse files
committed
See if upload is actually needed?
1 parent c3810de commit 56c0b5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-to-gh-pages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
# github_token: ${{ secrets.GITHUB_TOKEN }}
4141
# publish_dir: ./dist
4242

43-
- name: Upload GitHub Pages artifact
44-
uses: actions/[email protected]
45-
with:
46-
path: dist
43+
# - name: Upload GitHub Pages artifact
44+
# uses: actions/[email protected]
45+
# with:
46+
# path: dist
4747

4848
- name: Deploy
4949
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)