Skip to content

Commit

Permalink
Fix markdown generation
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 25, 2024
1 parent 7d0f617 commit 2f15937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
bundler-cache: true
- name: Install yard
run: gem install yard
- name: Install redcarpet
run: gem install redcarpet
- name: Build docs
run: yard
- name: Deploy
Expand Down
1 change: 0 additions & 1 deletion lib/jwt/encoded_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def payload
# Sets or returns the encoded payload of the JWT token.
#
# @return [String] the encoded payload.
# @param value [String] the encoded payload to set.
attr_accessor :encoded_payload

# Returns the signing input of the JWT token.
Expand Down

0 comments on commit 2f15937

Please sign in to comment.