1 parent 4d1babb commit 40f458eCopy full SHA for 40f458e
1 file changed
.github/workflows/pages.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: [ $default-branch ]
+ branches: ["master"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/upload-pages-artifact@v3
42
with:
43
# Upload entire repository
44
- path: 'dist'
+ path: 'build'
45
- name: Deploy to GitHub Pages
46
id: deployment
47
uses: actions/deploy-pages@v4
0 commit comments