mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
remove docs
This commit is contained in:
25
.github/workflows/gh-pages.yml
vendored
25
.github/workflows/gh-pages.yml
vendored
@@ -1,25 +0,0 @@
|
||||
name: gh-pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- 'docs/*'
|
||||
- '.github/workflows/gh-pages.yml'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- uses: dschep/install-poetry-action@v1.3
|
||||
- name: build
|
||||
run: make docs
|
||||
- name: deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/_build
|
||||
cname: fastapi-admin-docs.long2ice.cn
|
||||
Reference in New Issue
Block a user