Skip to content

Commit 40f458e

Browse files
committed
Fix dir name
1 parent 4d1babb commit 40f458e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: [ $default-branch ]
7+
branches: ["master"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/upload-pages-artifact@v3
4242
with:
4343
# Upload entire repository
44-
path: 'dist'
44+
path: 'build'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
4747
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)