Commit 5fd50287 authored by William D. Fullmer's avatar William D. Fullmer
Browse files

try to make the two doc builds two different actions

parent d472b7d3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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