Skip to content

Commit c7020bb

Browse files
committed
[DOC] Downloadable PDF Developer Guides
1 parent 906a142 commit c7020bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: ruby/setup-ruby@v1
12-
with:
13-
ruby-version: "3.4.5"
14-
bundler-cache: true
15-
- run: |
16-
JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future
10+
- uses: actions/checkout@v3
11+
- uses: ruby/setup-ruby@v1
12+
with:
13+
ruby-version: '3.4.5'
14+
bundler-cache: true
15+
- run: |
16+
JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future

0 commit comments

Comments
 (0)