diff options
Diffstat (limited to '.github/workflows/build_fluid_docs.yml')
| -rw-r--r-- | .github/workflows/build_fluid_docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_fluid_docs.yml b/.github/workflows/build_fluid_docs.yml index 57b30aff3..b6b491730 100644 --- a/.github/workflows/build_fluid_docs.yml +++ b/.github/workflows/build_fluid_docs.yml @@ -3,7 +3,7 @@ # document on a Linux machine. # -name: 'Build FLUID User Handbook' +name: 'Build FLUID User Manual.' # This job must be called explicitly form the 'Actions' tab in GitHub on: [workflow_dispatch] @@ -19,7 +19,7 @@ jobs: # runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install prerequisites run: | |
