diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d9e6ad2..05a99ac 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,19 +1,19 @@ -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 }} +# 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 }} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3383586..44c2502 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Build - run: npm install && npm predeploy + run: npm install && npm run predeploy - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact