From 66341b40f4829804229f56fe6ab7b2435fabd3a9 Mon Sep 17 00:00:00 2001 From: Mark Meredith Date: Tue, 24 Nov 2020 16:09:29 -0500 Subject: [PATCH] Build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3df11a0..3a78f9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: # when a job name is not provided super-lint: # Name the Job - name: Lint code base + name: Build Sphinx manual HTML target # Set the type of machine to run on runs-on: ubuntu-latest @@ -18,8 +18,8 @@ jobs: uses: actions/checkout@v2 # Runs the Super-Linter action - - name: Run Super-Linter - uses: github/super-linter@v3 + - name: Build MFiX-Exa HTML manual + run: make -C docs env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- GitLab