Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/actions/mkdocs-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ inputs:
description: docs folder path. If empty, it checkouts all to a fresh 'docs'
type: string
default: docs
docs_config:
description: mkdocs config file path
type: string
default: .github/mkdocs/mkdocs.yml

runs:
using: composite
Expand Down Expand Up @@ -69,6 +73,6 @@ runs:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
GIT_COMMITTER_NAME: ci-bot
GIT_COMMITTER_EMAIL: ci-bot@example.com
DOCS_CONFIG: .github/mkdocs/mkdocs.yml
DOCS_CONFIG: ${{ inputs.docs_config }}
TAG: ${{ inputs.TAG }}
DOCS_LINK_CHECK: ${{ inputs.DOCS_LINK_CHECK }}