diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..02d37d0 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 703f789..c7372d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,5 +7,5 @@ hide: - feedback comments: false --- -# 《开源知识体系与术语解读》 -![架构图](assets/img/jiagou.png) \ No newline at end of file +#
《开源知识体系与术语解读》
+
![架构图](assets/img/jiagou.png )
\ No newline at end of file