diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml deleted file mode 100644 index 05a99ac..0000000 --- a/.github/workflows/github-actions.yml +++ /dev/null @@ -1,19 +0,0 @@ -# name: Deploy with gh-pages -# on: -# push: -# branches: -# - "master" -# jobs: -# deploy: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout -# uses: actions/checkout@v2 -# - name: Install Dependencies -# run: npm install -# - name: Deploy with gh-pages -# run: | -# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git -# npm run deploy -- -u "github-actions-bot " -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}