forked from ssJSKFJDJ/main-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (34 loc) · 1.15 KB
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- gh-pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: # mkdocs-blogging-plugin 给出的渲染问题解决方案
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install git+https://github.com/fmaida/hello-dolly-mkdocs-plugin
- run: pip install git+https://github.com/srymh/MkdocsTagPlugin
- run: pip install mkdocs-git-revision-date-plugin
- run: pip install mkdocs-git-authors-plugin
- run: pip install mkdocs-rss-plugin
- run: pip install mkdocs-print-site-plugin
- run: pip install mkdocs-tooltips
- run: pip install mkdocs-categories-plugin
- run: pip install mkdocs-git-show-history-log-plugin
- run: pip install mkdocs-video
- run: pip install mkdocs-izsam-video
- run: mkdocs gh-deploy --force
# git push -f git@github.com:cypress0522/ssJSKFJDJ.git gh-pages
# mkdocs gh-deploy --force