Skip to content

Commit

Permalink
title for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Nov 23, 2023
1 parent 1b96a41 commit 888358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# on PR events..
- name: deploy doc in subdirectory
if: github.event_name == 'pull_request'
run: mike deploy ${{ env.DOC_VERSION_NAME }}_preview && mike props ${{ env.DOC_VERSION_NAME }}_preview --set-string hidden=true --push
run: mike deploy ${{ env.DOC_VERSION_NAME }}_preview -t "PR Preview ${{ env.DOC_VERSION_NAME }}" && mike props ${{ env.DOC_VERSION_NAME }}_preview --set-string hidden=true --push

- name: comment link to preview
if: github.event_name == 'pull_request' && github.event.action != 'closed'
Expand Down

0 comments on commit 888358e

Please sign in to comment.