Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-03 11:35:07 +0300
committerGitHub <noreply@github.com>2020-12-03 11:35:07 +0300
commitc91e0c9cad51a89fef79a06eeb141c8e6b9c6514 (patch)
tree77b4d1b69eeef7739c15735beb2358d1cad05056 /.github
parent89f210d8ff1c6b852cfb437779ae0f26e998f77f (diff)
CI: group version info (#172)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cbc27ae9..02644fd5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,9 +18,11 @@ jobs:
ruby-version: "${{ env.RUBY }}"
bundler-cache: true
- - run: ruby --version
- - run: gem --version
- - run: bundle --version
+ - name: Version info
+ run: |
+ ruby --version
+ gem --version
+ bundle --version
- run: bundle exec jekyll build
- run: bundle exec jekyll doctor