File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ci
1+ name : docs
22on :
33 push :
44 branches :
99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-python@v4
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
1414 with :
15- python-version : 3.x
16- - uses : actions/cache@v2
15+ python-version : ' 3.x'
16+ - uses : actions/cache@v4
1717 with :
18- key : ${{ github.ref }}
19- path : .cache
20- - run : pip install mkdocs-macros-plugin
21- - run : pip install mkdocs-material
22- - run : pip install mkdocstrings[python]
23- - run : pip install black
24- - run : pip install pywhispercpp
18+ key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
19+ path : ~/.cache/pip
20+ - run : |
21+ pip install mkdocs-macros-plugin mkdocs-material mkdocstrings[python] black pywhispercpp
2522 - run : mkdocs gh-deploy --force
You can’t perform that action at this time.
0 commit comments