Skip to content

Commit

Permalink
doc: add a link to the doc in PR message
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Jul 26, 2023
1 parent 048f513 commit 8ca3b1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ jobs:
with:
message: 'GitHub Pages links:
* Demo & web components: https://geonetwork.github.io/geonetwork-ui/${{env.BRANCH_NAME}}/demo/
* (Documentation)[https://geonetwork.github.io/geonetwork-ui/${{env.BRANCH_NAME}}/docs/]
* UI components storybook: https://geonetwork.github.io/geonetwork-ui/${{env.BRANCH_NAME}}/storybook/demo/'
* (Demo & web components)[https://geonetwork.github.io/geonetwork-ui/${{env.BRANCH_NAME}}/demo/]
* (UI components storybook)[https://geonetwork.github.io/geonetwork-ui/${{env.BRANCH_NAME}}/storybook/demo/]'
comment_tag: github-links
pr_number: ${{ github.event.issue.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ca3b1c

Please sign in to comment.