Skip to content

Commit 7193a6e

Browse files
committed
Enable gh-pages workflow for 2025-lts branch
1 parent 41e58f3 commit 7193a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
branches:
66
- master
77
- 2024-lts
8+
- 2025-lts
89
pull_request:
910

1011
jobs:
1112
deploy:
12-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1314
steps:
1415
- uses: actions/checkout@v3
1516
with:

0 commit comments

Comments
 (0)