From ab343bf228a058f372aa2b9b288f03c141f74d70 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 5 Oct 2022 02:42:42 +0100 Subject: [PATCH] disable github pages --- .github/workflows/deploy-gh-pages.yml | 44 +++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index b5ef995..a960663 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -1,24 +1,24 @@ -name: Deploy | GH Pages +# name: Deploy | GH Pages -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Install project - run: yarn install - - name: Install Quasar CLI - run: yarn global add @quasar/cli - - name: Build - run: quasar build - - name: Deploy to GH pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: dist/spa +# jobs: +# deploy: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v2 +# - name: Install project +# run: yarn install +# - name: Install Quasar CLI +# run: yarn global add @quasar/cli +# - name: Build +# run: quasar build +# - name: Deploy to GH pages +# uses: peaceiris/actions-gh-pages@v3 +# with: +# github_token: ${{ secrets.GITHUB_TOKEN }} +# publish_dir: dist/spa