Skip to content

Commit

Permalink
Fix missing input in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 25, 2023
1 parent 8cdb209 commit 9845920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ inputs:
description: 'Enable cache to speed up documentation building'
required: false
default: false
sphinx_build_options:
description: 'Additional options passed to sphinx-build'
required: false
default: ''
outputs:
page_url:
description: 'URL to deployed GitHub Pages'
Expand Down

0 comments on commit 9845920

Please sign in to comment.