Skip to content

Commit

Permalink
docs: 移除文档cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Nov 19, 2024
1 parent ec565dc commit 9db3b95
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Docs
on:
push:
branches:
- main
jobs:
build-docs-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Deploy docs 🚀
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
CONFIG_FILE: docs/mkdocs.yml
# name: Docs
# on:
# push:
# branches:
# - main
# jobs:
# build-docs-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout 🛎️
# uses: actions/checkout@v2
# with:
# persist-credentials: false
# - name: Deploy docs 🚀
# uses: mhausenblas/mkdocs-deploy-gh-pages@master
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
# CONFIG_FILE: docs/mkdocs.yml
2 changes: 1 addition & 1 deletion docs/content/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
doc.cncore.club
doc.back.cncore.club

0 comments on commit 9db3b95

Please sign in to comment.