diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml deleted file mode 100644 index bef9b6ef..00000000 --- a/.gitea/workflows/deploy.yml +++ /dev/null @@ -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 }} diff --git a/.gitignore b/.gitignore index 90c82780..98d39036 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ blake2tokenhasher-test/*.* group-ironmen-master/*.* group-ironmen-tracker-master/*.* tasks-tracker-plugin-master/*.* +os-league-tools-master/build.tar.gz diff --git a/os-league-tools-master/build.tar.gz b/os-league-tools-master/build.tar.gz index bd59dfb7..18c299a3 100644 Binary files a/os-league-tools-master/build.tar.gz and b/os-league-tools-master/build.tar.gz differ