diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f20e2b7c555385088cd91a1363f55202842a641..92e61298992fb6af53fa8f7fa0a25d1f088c52c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,12 +25,18 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Build MFiX-Exa HTML manual + - name: Build MFiX-Exa Documentation run: make -C docs -C picvva env: DEFAULT_BRANCH: main GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} + - name: Build MFiX-Exa PIC VVA Manual + run: make -C docs/picvva + env: + DEFAULT_BRANCH: main + GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} + - name: Deploy to GitHub Pages if: success() uses: crazy-max/ghaction-github-pages@v2