Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devleaks committed Apr 6, 2024
1 parent 8e25cc2 commit d4e9872
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
# - run: pip install -r requirements.txt
- run: pip install pymdown-extensions
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-charts-plugin
- run: pip install mkdocs-markmap
- run: pip install mkdocs-roamlinks-plugin
- run: pip install mkdocs-callouts
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install pygments
- run: pip install pymdown-extensions
- run: pip install mkdocs_pymdownx_material_extras
- run: pip install "mkdocstrings[python]"
- run: mkdocs gh-deploy --force

0 comments on commit d4e9872

Please sign in to comment.