Merge latest updates into main #1
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FRONTEND_HOST: psg-leagues-tools-frontend
|
FRONTEND_HOST: psg-leagues-tools-frontend
|
||||||
|
|||||||
@@ -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
1
.gitignore
vendored
@@ -60,3 +60,4 @@ blake2tokenhasher-test/*.*
|
|||||||
group-ironmen-master/*.*
|
group-ironmen-master/*.*
|
||||||
group-ironmen-tracker-master/*.*
|
group-ironmen-tracker-master/*.*
|
||||||
tasks-tracker-plugin-master/*.*
|
tasks-tracker-plugin-master/*.*
|
||||||
|
os-league-tools-master/build.tar.gz
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user