Merge latest updates into main #1

Merged
sonderau merged 8 commits from dev into main 2026-01-22 08:53:44 +08:00
4 changed files with 1 additions and 25 deletions
Showing only changes of commit 29456a07bc - Show all commits

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- dev
env:
FRONTEND_HOST: psg-leagues-tools-frontend

View File

@@ -1,24 +0,0 @@
name: Build and Deploy to GH Pages
on: [workflow_dispatch]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and build
run: |
npm install
npm run build
env:
REACT_APP_GA_MID: ${{ secrets.REACT_APP_GA_MID }}
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

1
.gitignore vendored
View File

@@ -60,3 +60,4 @@ blake2tokenhasher-test/*.*
group-ironmen-master/*.*
group-ironmen-tracker-master/*.*
tasks-tracker-plugin-master/*.*
os-league-tools-master/build.tar.gz

Binary file not shown.