Removed dev branch from runner, as this is live updated via WSS after local edits.
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 36s

Because this runs via NPM RUN DEV, on an adjacent port to 3000, the CICD runner is superfluous here.
This commit was merged in pull request #1.
This commit is contained in:
2026-01-22 00:49:05 +00:00
committed by sonderau
parent 83f0bc77b9
commit bbf8072a97
3 changed files with 1 additions and 24 deletions

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.