26 lines
778 B
Diff
26 lines
778 B
Diff
|
From 2c7a7aadc438ed266539e2ed705dfdf457a9e347 Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Macku <jamacku@redhat.com>
|
||
|
Date: Tue, 14 Jan 2025 13:26:05 +0100
|
||
|
Subject: [PATCH] ci: use ubuntu 22:04 for deploy of man pages
|
||
|
|
||
|
rhel-only: ci
|
||
|
|
||
|
Related: RHEL-57603
|
||
|
---
|
||
|
.github/workflows/deploy-man-pages.yml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/.github/workflows/deploy-man-pages.yml b/.github/workflows/deploy-man-pages.yml
|
||
|
index 9739228a87..82fab81072 100644
|
||
|
--- a/.github/workflows/deploy-man-pages.yml
|
||
|
+++ b/.github/workflows/deploy-man-pages.yml
|
||
|
@@ -26,7 +26,7 @@ jobs:
|
||
|
environment:
|
||
|
name: github-pages
|
||
|
url: ${{ steps.deployment.outputs.page_url }}
|
||
|
- runs-on: ubuntu-latest
|
||
|
+ runs-on: ubuntu-22.04
|
||
|
|
||
|
permissions:
|
||
|
pages: write
|