Skip to content

Commit

Permalink
Setup documentation generator
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 1, 2025
1 parent cbde342 commit 47676db
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate documentation

on:
push:
branches:
- main

jobs:
run-cmd:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Build docs
shell: cmd
run: |
py dieknow.py -docs
echo "Generated documentation"

0 comments on commit 47676db

Please sign in to comment.