We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55aa0b0 commit bb52b77Copy full SHA for bb52b77
1 file changed
.github/workflows/deploy.yml
@@ -13,14 +13,7 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v3
15
16
- - name: Set up Python
17
- uses: actions/setup-python@v4
18
- with:
19
- python-version: '3.x'
20
-
21
- - name: Install dependencies
22
- run: |
23
- pip install -r requirements.txt
24
25
- - name: Build and deploy MkDocs site
26
- run: mkdocs gh-deploy --force
+ - name: Deploy docs
+ uses: mhausenblas/mkdocs-deploy-gh-pages@master
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments