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 2f15937 commit 3f38be0Copy full SHA for 3f38be0
.github/workflows/deploy_docs.yml
@@ -24,6 +24,8 @@ jobs:
24
run: gem install redcarpet
25
- name: Build docs
26
run: yard
27
+ - name: Configure CNAME
28
+ run: echo "ruby-jwt.org" > ./doc/CNAME
29
- name: Deploy
30
uses: peaceiris/actions-gh-pages@v4
31
with:
0 commit comments