Skip to content

Commit 706941f

Browse files
dyfercapital-G
andauthored
CI: Update jekyll.yml to ubuntu-latest (#395)
* CI: Update jekyll.yml to Ubuntu 24.04 * CI: trigger Jekyll build on changes to GHA * Update .github/workflows/jekyll.yml Co-authored-by: Dennis Scheiba <dennis.scheiba@gmx.de> --------- Co-authored-by: Dennis Scheiba <dennis.scheiba@gmx.de>
1 parent db45958 commit 706941f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ on:
1010
- '_config.yml'
1111
- 'Gemfile*'
1212
- 'README.md'
13+
- '.github/**'
1314

1415
jobs:
1516
build:
16-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1718
name: 'jekyll build'
1819
env:
1920
# use BUNDLE_ env vars to set 'bundle config' options

0 commit comments

Comments
 (0)