Skip to content

Commit

Permalink
👷 remove build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Aug 4, 2024
1 parent 2b4f90a commit 37d0d61
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,3 @@ jobs:
felinae98/nonebot-bison:sentry
cache-from: type=gha
cache-to: type=gha,mode=max
deploy-web:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Build Docs
uses: ./.github/actions/build-docs

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3
with:
publish-dir: "./docs/.vuepress/dist"
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy ${{ env.TAG_NAME }}"
enable-commit-comment: false
alias: ${{ env.TAG_NAME }}
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 comments on commit 37d0d61

Please sign in to comment.