1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:24:50 +00:00
This commit is contained in:
zumbiepig 2024-09-07 17:24:57 -07:00
parent 1c1e8b5325
commit 369020cb53
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -2,7 +2,8 @@ name: Deploy to GitHub Pages
on:
push:
branches: [main]
branches:
- main
workflow_dispatch:
jobs:
@ -21,4 +22,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public/
publish_dir: ./public
force_orphan: true