Skip to content

Commit

Permalink
add ci (#5)
Browse files Browse the repository at this point in the history
* init

* change index

* add discussions

* update directory

* gh-pages

* add ci
  • Loading branch information
wangyantong2000 authored Jul 23, 2024
1 parent c9966a9 commit 625d478
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${ env.cache_id }
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-git-authors-plugin
- run: pip install mkdocs-git-committers-plugin-2
- run: pip install mkdocs-rss-plugin
- run: pip install jieba
- run: pip install mkdocs-markdownextradata-plugin
# - run: pip install "mkdocs-material[imaging]"
# - run: pip install mkdocs-statistics-plugin
# - run: pip install mkdocs-rss-plugin
- run: pip install mkdocs-material
- run: pip install --upgrade --force-reinstall mkdocs-material
- run: mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ hide:
- feedback
comments: false
---
# 《开源知识体系与术语解读》
![架构图](assets/img/jiagou.png)
# <center> 《开源知识体系与术语解读》</center>
<center> ![架构图](assets/img/jiagou.png ) </center>

0 comments on commit 625d478

Please sign in to comment.