From 8a07f2672f0fee022e5448efb1f692211e308ea9 Mon Sep 17 00:00:00 2001 From: Evgeny Semenov Date: Tue, 15 Oct 2024 21:38:12 +0100 Subject: [PATCH] check on ubuntu-latest --- .github/workflows/build-and-deploy-doc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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