Skip to content

Commit 9e6f263

Browse files
authored
Merge pull request #110 from groveld/groveld-patch-2
Update cloudflare-pages.yml
2 parents f964a1a + 6541650 commit 9e6f263

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cloudflare-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/upload-artifact@v4
8181
with:
8282
name: cloudflare-pages
83-
path: ./
83+
path: _site
8484
retention-days: "1"
8585

8686
# Deployment job
@@ -101,4 +101,4 @@ jobs:
101101
with:
102102
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
103103
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
104-
command: pages deploy _site --project-name=groveld
104+
command: pages deploy . --project-name=groveld

0 commit comments

Comments
 (0)