Skip to content

Commit 67aed51

Browse files
committed
force-orphan
1 parent dd1d405 commit 67aed51

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
npm run build
1717
1818
- name: Deploy 🚀
19-
uses: JamesIves/github-pages-deploy-action@4.1.0
19+
uses: peaceiris/actions-gh-pages@v3
2020
with:
21-
branch: gh-pages # The branch the action should deploy to.
22-
folder: src/dist # The folder the action should deploy.
21+
github_token: ${{ secrets.GITHUB_TOKEN }}
22+
publish_dir: src/dist
23+
force_orphan: true
24+
cname: minecraft.js.org

0 commit comments

Comments
 (0)