Skip to content

Commit 2f15937

Browse files
committed
Fix markdown generation
1 parent 7d0f617 commit 2f15937

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
bundler-cache: true
2121
- name: Install yard
2222
run: gem install yard
23+
- name: Install redcarpet
24+
run: gem install redcarpet
2325
- name: Build docs
2426
run: yard
2527
- name: Deploy

lib/jwt/encoded_token.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def payload
6363
# Sets or returns the encoded payload of the JWT token.
6464
#
6565
# @return [String] the encoded payload.
66-
# @param value [String] the encoded payload to set.
6766
attr_accessor :encoded_payload
6867

6968
# Returns the signing input of the JWT token.

0 commit comments

Comments
 (0)