We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06701e5 commit 4f93bd2Copy full SHA for 4f93bd2
.github/workflows/ci.yml
@@ -34,8 +34,10 @@ jobs:
34
run: bash script/test
35
- name: Check Style Offenses
36
run: bash script/fmt
37
- - name: Test Gem build
38
- run: bundle exec rake build
+ - name: Test gem build
+ run: bundle exec gem build jekyll-redirect-from.gemspec
39
+ - name: Test gem install
40
+ run: bundle exec gem install jekyll-redirect-from --local --verbose
41
42
ghp:
43
if: "!contains(github.event.commits[0].message, '[ci skip]')"
0 commit comments