File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : actions/setup-python@v4
12+ - name : Checkout Repository
13+ uses : actions/checkout@v4
14+ with :
15+ fetch-depth : 0
16+ - name : Setup Python
17+ uses : actions/setup-python@v4
1418 with :
1519 python-version : 3.x
16- - run : pip3 install mkdocs-material
17- - run : pip3 install mkdocs-git-revision-date-localized-plugin
18- - run : pip3 install mkdocs-redirects
19- - run : mkdocs gh-deploy --force
20+ - name : Install Dependencies
21+ run : |
22+ pip3 install mkdocs-material
23+ pip3 install mkdocs-git-revision-date-localized-plugin
24+ pip3 install mkdocs-redirects
25+ - name : Publish Shiled Documentation
26+ run : mkdocs gh-deploy --force
You can’t perform that action at this time.
0 commit comments