From 12b23204aa7b02aa8cdc340650ab0bf931d4bc0e Mon Sep 17 00:00:00 2001 From: Tom Dealtry Date: Wed, 8 May 2024 11:33:09 +0100 Subject: [PATCH] Update Doxygen.yml Bump version numbers --- .github/workflows/Doxygen.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 1bf16e9..c273e7c 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -22,15 +22,16 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Make docs folder run: mkdir docs-output # Runs a single command using the runners shell - name: Doxygen Action - uses: mattnotmitt/doxygen-action@1.9.1 - + uses: mattnotmitt/doxygen-action@1.9 + with: + enable-latex: false - name: Deploy uses: peaceiris/actions-gh-pages@v3