diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index fac90699..e8295466 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -1,28 +1,28 @@ -name: Deploy +# name: Deploy -env: - FORCE_COLOR: 1 +# env: +# FORCE_COLOR: 1 -on: - push: - branches: - - master - tags: - - '*' +# on: +# push: +# branches: +# - master +# tags: +# - '*' -jobs: - deploy: - environment: github-pages - env: - DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - name: Deploy - runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }} - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: ${{ env.NODE_VERSION }} +# jobs: +# deploy: +# environment: github-pages +# env: +# DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} +# name: Deploy +# runs-on: ubuntu-latest +# if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }} +# steps: +# - uses: actions/checkout@v2 +# - uses: actions/setup-node@v2 +# with: +# node-version: ${{ env.NODE_VERSION }} - - run: yarn - - run: yarn ember deploy production +# - run: yarn +# - run: yarn ember deploy production