We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f1003 commit 585920cCopy full SHA for 585920c
1 file changed
.github/workflows/documentation-pr-preview.yml
@@ -33,5 +33,5 @@ jobs:
33
- name: Create Documentation Preview
34
uses: secure-software-engineering/actions/documentation/pr-preview@develop
35
with:
36
- preview-name: pr-${{ github.event.pull_request.number }}
37
- preview-title: PR ${{ github.event.pull_request.number }} - ${{ github.event.pull_request.title }}
+ title: PR ${{ github.event.pull_request.number }} - ${{ github.event.pull_request.title }}
+ pip_dependencies: mkdocs-git-revision-date-localized
0 commit comments