Skip to content

Commit 4fec904

Browse files
committed
fixed directory specification in deploy.yml (removed the directory since I'm not using any to deploy)
1 parent 568a8fd commit 4fec904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Upload artifact
1717
uses: actions/upload-pages-artifact@v3
18-
with:
19-
path: ./public # directory with generated files
2018
- name: Deploy to Pages
2119
uses: actions/deploy-pages@v4
2220
with:

0 commit comments

Comments
 (0)