Skip to content

Commit daea6af

Browse files
Update ubuntu in CI (#29)
* Update to Ubuntu 22.04 in CI workflows See (actions/runner-images#11101) for details. * Ignore local build dir
1 parent ff8129c commit daea6af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ _site/
22
.sass-cache/
33
.jekyll-metadata/
44
.jekyll-cache/
5+
6+
# Build files
7+
.bundle/
8+
vendor/bundle/

0 commit comments

Comments
 (0)