Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 1, 2025
1 parent 6cfb148 commit 98568db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
ls -l src/dlls/api.dll
ls -l src/dlls/gui.dll
- name: Build docs
shell: cmd
run: |
py src/dieknow.py -docs
echo "Generated documentation"
- name: Commit and push .dll file
run: |
git config --global user.name "Ethan Chan"
Expand Down

0 comments on commit 98568db

Please sign in to comment.