chore: remove github pages ci

This commit is contained in:
lawvs
2022-09-23 15:56:32 +08:00
parent e0792e9b59
commit 771d3d6eb5

View File

@@ -107,25 +107,3 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
# TODO remove comment after public repo
# Deployment job
# deploy:
# name: Deployment to GitHub pages
# if: github.ref == 'refs/heads/master'
# runs-on: ubuntu-latest
# needs: build
# # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
# permissions:
# pages: write
# id-token: write
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v1