mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Setup python
This commit is contained in:
parent
fd2c43950f
commit
9fea4f5806
1 changed files with 7 additions and 4 deletions
11
.github/workflows/deploy-docs.yml
vendored
11
.github/workflows/deploy-docs.yml
vendored
|
|
@ -9,11 +9,14 @@ jobs:
|
|||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Install Mkdocs
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install mkdocs
|
||||
- name: Deploy docs
|
||||
run: python -m mkdocs gh-deploy
|
||||
run: mkdocs gh-deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue