File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 - name : Configure domain
30303131 env :
32- FILE_NAME : " dist /CNAME"
32+ FILE_NAME : " build /CNAME"
3333 FILE_DATA : ${{ secrets.CUSTOM_DOMAIN }}
3434 - name : Deploy 🚀
35- uses : JamesIves/github-pages-deploy-action@3.7.1
35+ uses : JamesIves/github-pages-deploy-action@v4
3636 with :
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38- BRANCH : gh-pages # The branch the action should deploy to.
39- FOLDER : build # The folder the action should deploy.
40- CLEAN : true # Automatically remove deleted files from the deploy branch
38+ branch : gh-pages # The branch the action should deploy to.
39+ folder : build # The folder the action should deploy.
40+ clean : true # Automatically remove deleted files from the deploy branch
You can’t perform that action at this time.
0 commit comments