diff --git a/.github/workflows/build-and-deploy-doc.yml b/.github/workflows/build-and-deploy-doc.yml index 7b48e8aa..2124979b 100644 --- a/.github/workflows/build-and-deploy-doc.yml +++ b/.github/workflows/build-and-deploy-doc.yml @@ -1,4 +1,5 @@ -name: "Build and deploy doumentation" +name: "Build and deploy documentation" + on: push: paths: @@ -22,7 +23,7 @@ env: jobs: doc-build-and-deploy: name: Build and deploy documentation - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout repository