Update ci.yml

This commit is contained in:
Currency
2025-01-29 08:12:23 +01:00
committed by GitHub
parent 38c54acd33
commit 6f730a2293

View File

@@ -2,25 +2,13 @@ name: Deploy Wiki
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mkdocs gh-deploy --force
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force