Skip to content

Commit

Permalink
move workflow to wiki branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Jan 15, 2025
1 parent d0e1afd commit 61c2043
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Wiki Deployment
on:
push:
branches:
- wiki
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build
- name: Deploy Wiki
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./site
branch: docs
target-folder: wiki/

0 comments on commit 61c2043

Please sign in to comment.