mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: remove github pages ci
This commit is contained in:
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user