Skip to content

Commit 3f38be0

Browse files
committed
Generate CNAME entry
1 parent 2f15937 commit 3f38be0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: gem install redcarpet
2525
- name: Build docs
2626
run: yard
27+
- name: Configure CNAME
28+
run: echo "ruby-jwt.org" > ./doc/CNAME
2729
- name: Deploy
2830
uses: peaceiris/actions-gh-pages@v4
2931
with:

0 commit comments

Comments
 (0)