Skip to content

Commit

Permalink
chore: update cloudflare docs deploy hook for v7 (#796)
Browse files Browse the repository at this point in the history
Co-authored-by: Nantawat Poothong <[email protected]>
  • Loading branch information
dtanp-rft and Nantawat-Poothong authored Jun 30, 2023
1 parent 2cbff20 commit 24cbb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish Docs
run: curl -X POST "https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/${{ secrets.CF_DEPLOY_HOOKS_ID }}"
run: curl -X POST "https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/${{ secrets.CF_DEPLOY_HOOKS_ID_V7 }}"
2 changes: 1 addition & 1 deletion documents/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ o> ![i18n version](https://img.shields.io/npm/v/@refinitiv-ui/i18n/%npm_dist_tag
o> ![translate version](https://img.shields.io/npm/v/@refinitiv-ui/translate/%npm_dist_tag%?color=%2339c46e&label=translate)
o> ![utils version](https://img.shields.io/npm/v/@refinitiv-ui/utils/%npm_dist_tag%?color=%2339c46e&label=utils)\
o> \
o> V6 documentation has been moved to [https://v6.ui.refinitiv.com](https://v6.ui.refinitiv.com)
o> V6 documentation has been moved to [https://ui.refinitiv.com/v6](https://ui.refinitiv.com/v6)

Element Framework (EF) provides components and tooling, aligned with Refinitiv's design system, to help developers build applications faster and more efficiently.

Expand Down

0 comments on commit 24cbb01

Please sign in to comment.