File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 - name : Setup Ruby
1414 uses : ruby/setup-ruby@v1
1515 with :
16- ruby-version : ' 3.2 '
16+ ruby-version : " 3.3 "
1717 - name : Build gem
1818 run : |
19- gem build github-pages.gemspec
20- - name : Publish
19+ gem build jekyll-commonmark-ghpages.gemspec
20+ - name : Publish gem
21+ env :
22+ GEM_HOST_API_KEY : ${{ secrets.PAGES_GEM_PUBLISH }}
2123 run : |
22- gem push github-pages.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
24+ gem push jekyll-commonmark-ghpages-*.gem
Original file line number Diff line number Diff line change 33Gem ::Specification . new do |spec |
44 spec . name = "jekyll-commonmark-ghpages"
55 spec . summary = "CommonMark generator for Jekyll"
6- spec . version = "0.4 .0"
6+ spec . version = "0.5 .0"
77 spec . authors = [ "GitHub, Inc." ]
88 spec . email = "support@github.com"
99 spec . homepage = "https://github.com/github/jekyll-commonmark-ghpages"
You can’t perform that action at this time.
0 commit comments