1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:44:49 +00:00

Delete src/.github/workflows/publish.yml

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig 2024-09-10 20:17:11 -07:00 committed by GitHub
parent 060d349cce
commit 263175ba1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +0,0 @@
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: .