Skip to content

Commit

Permalink
check on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
qwersem committed Oct 15, 2024
1 parent e7dd7a1 commit 8a07f26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-deploy-doc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Build and deploy doumentation"
name: "Build and deploy documentation"

on:
push:
paths:
Expand All @@ -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
Expand Down

0 comments on commit 8a07f26

Please sign in to comment.