Skip to content

Commit ba47010

Browse files
committed
add docker check
1 parent c495057 commit ba47010

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Jekyll Build
5959
run: bundle exec jekyll build
6060

61-
# - name: Check Docker support
62-
# shell: bash
63-
# run: |
64-
# docker --version
65-
# make build
61+
- name: Check Docker support
62+
shell: bash
63+
run: |
64+
docker --version
65+
make build

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ kramdown:
103103
syntax_highlighter: rouge
104104

105105
exclude:
106-
- uk/CHANGELOG.md
106+
- [uk/CHANGELOG.md]
107107
- vendor/bundle
108108
- node_modules/
109109

110-
include:
111-
- .well-known
110+
include: [".well-known"]

0 commit comments

Comments
 (0)