Skip to content

Commit 4fa844b

Browse files
authored
Update deploy.yml
1 parent 31c6429 commit 4fa844b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
make dist
4040
4141
- name: Deploy 🚀
42-
uses: JamesIves/github-pages-deploy-action@4.1.5
42+
uses: JamesIves/github-pages-deploy-action@v4
4343
with:
44-
branch: gh-pages
45-
folder: dist/tbc
44+
repository-name: wowsims/pages-deploy
45+
branch: main
46+
folder: dist/tbc
47+
target-folder: tbc
48+
single-commit: true
49+
token: ${{ secrets.DEPLOY_REPO_TOKEN }}
50+
clean: false

0 commit comments

Comments
 (0)