Skip to content

Commit

Permalink
Push generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 1, 2025
1 parent dc8e21a commit 5433e82
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ jobs:
run: |
py src/dieknow.py -docs
echo "Generated documentation"
- name: Commit and push .dll file
run: |
git config --global user.name "Ethan Chan"
git config --global user.email "[email protected]"
git add . -f
git commit -m "Auto-build DLL files using g++" || echo "No changes to commit"
git push https://[email protected]/eschan145/DieKnow.git main
env:
# A GitHub PAT must be set up as an Actions secret in the repository
GH_PAT: ${{ secrets.GH_PAT }}

0 comments on commit 5433e82

Please sign in to comment.