mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Modify the github action
This commit is contained in:
parent
caab164f58
commit
fd2c43950f
1 changed files with 5 additions and 3 deletions
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
|
|
@ -11,7 +11,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Mkdocs
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: python -m mkdocs gh-deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue