Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Chihurumnaya Ibiam <[email protected]>
  • Loading branch information
chimosky committed Jul 21, 2024
1 parent 8ec88c1 commit 753e490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Documentation
on:
push:
branches: [master]
branches: [test]
pull_request:
branches: [master]
branches: [test]
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions make-doc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh

echo "print files"
ls -l

sphinx-apidoc --force --separate --output-dir=doc src
make -C doc html

0 comments on commit 753e490

Please sign in to comment.