mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
disable github pages
This commit is contained in:
44
.github/workflows/deploy-gh-pages.yml
vendored
44
.github/workflows/deploy-gh-pages.yml
vendored
@@ -1,24 +1,24 @@
|
|||||||
name: Deploy | GH Pages
|
# name: Deploy | GH Pages
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
deploy:
|
# deploy:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
- name: Install project
|
# - name: Install project
|
||||||
run: yarn install
|
# run: yarn install
|
||||||
- name: Install Quasar CLI
|
# - name: Install Quasar CLI
|
||||||
run: yarn global add @quasar/cli
|
# run: yarn global add @quasar/cli
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: quasar build
|
# run: quasar build
|
||||||
- name: Deploy to GH pages
|
# - name: Deploy to GH pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
# uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: dist/spa
|
# publish_dir: dist/spa
|
||||||
|
|||||||
Reference in New Issue
Block a user