Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
peteGSX committed Feb 4, 2025
1 parent d5fa852 commit cbb46bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Docs
on:
push:
branches: [ master-exraildoc ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
build:
Expand All @@ -16,6 +19,7 @@ jobs:
pip3 install -r requirements.txt
- name: Build docs
run: |
cd docs
make html
echo 'dcc-ex.com' > docs/_build/html/CNAME
touch docs/_build/html/.nojekyll
Expand Down

0 comments on commit cbb46bd

Please sign in to comment.