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 14006ef commit ab40e56Copy full SHA for ab40e56
.github/workflows/publish-gem.yml
@@ -18,5 +18,7 @@ jobs:
18
run: |
19
gem build github-pages.gemspec
20
- name: Publish gem
21
+ env:
22
+ GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }}
23
- gem push github-pages-*.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
24
+ gem push github-pages-*.gem
0 commit comments