From d18a21fba91e12754584dd84b0f85637639b8309 Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Mon, 26 Feb 2024 13:50:04 +0100 Subject: [PATCH] Update CI dependencies Signed-off-by: Erik Jaegervall --- .github/workflows/buildcheck.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildcheck.yml b/.github/workflows/buildcheck.yml index 78e645c0..c469e170 100644 --- a/.github/workflows/buildcheck.yml +++ b/.github/workflows/buildcheck.yml @@ -1,9 +1,10 @@ -name: Standard Build Check +name: Documentation Generation on: push: branches: - master + pull_request: jobs: docgen: @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -27,7 +28,7 @@ jobs: - name: Deploy docs # Only deploy docs if this was a push to master if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.