Skip to content

Commit

Permalink
fix wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Jan 15, 2025
1 parent 4c63cc9 commit 0a93ee3
Show file tree
Hide file tree
Showing 51 changed files with 2 additions and 9,780 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build
- name: Checkout Docs Branch
run: |
git checkout docs
git pull
- name: Move Files
run: |
rm -rf ./wiki
Expand All @@ -26,6 +22,8 @@ jobs:
run: |
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
git config --global user.name github-actions[bot]
git checkout docs
git pull
git add .
git commit -m "update documentation"
git push
Loading

0 comments on commit 0a93ee3

Please sign in to comment.