From e11162af0c814680ef55f89af52c931df7638c70 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 22 Apr 2024 14:16:39 +0100 Subject: [PATCH] mattnotmitt/doxygen-action@v1.9.8 and JamesIves/github-pages-deploy-action@v4.5.0 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e076cb28..4527fd80 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,12 +40,12 @@ jobs: env: SPINN_DIRS: ${{ github.workspace }}/spinnaker_tools - name: Doxygen - uses: mattnotmitt/doxygen-action@v1.9.5 + uses: mattnotmitt/doxygen-action@v1.9.8 with: doxyfile-path: ./Doxyfile working-directory: . - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: html