We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1d405 commit 67aed51Copy full SHA for 67aed51
1 file changed
.github/workflows/action.yaml .github/workflows/github-pages.yaml.github/workflows/action.yaml renamed to .github/workflows/github-pages.yaml
@@ -16,7 +16,9 @@ jobs:
16
npm run build
17
18
- name: Deploy 🚀
19
- uses: JamesIves/github-pages-deploy-action@4.1.0
+ uses: peaceiris/actions-gh-pages@v3
20
with:
21
- branch: gh-pages # The branch the action should deploy to.
22
- folder: src/dist # The folder the action should deploy.
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: src/dist
23
+ force_orphan: true
24
+ cname: minecraft.js.org
0 commit comments