Skip to content

Commit bb52b77

Browse files
committed
Try with mhausenblas/mkdocs-deploy-gh-pages@master
1 parent 55aa0b0 commit bb52b77

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515

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
16+
- name: Deploy docs
17+
uses: mhausenblas/mkdocs-deploy-gh-pages@master
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)