1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-10 19:54:42 -07:00
parent 8c28f8cba3
commit 060d349cce
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

19
src/.github/workflows/publish.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Publish to GitHub Pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .