Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Oct 25, 2024
1 parent 191014c commit b450069
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
doc-build:
name: Build documentation
runs-on: [self-hosted, Windows, pyaedt-examples]
env:
FORCE_COLOR: '1'
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -80,6 +82,12 @@ jobs:
exit 1
}
- name: Create HTML documentation
run: |
.venv\Scripts\Activate.ps1
. .\doc\make.bat html --color
. .\doc\make.bat pdf
- name: Upload HTML documentation artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b450069

Please sign in to comment.