mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
ci: add job to automatically deploy docs (#1711)
* ci: add job to automatically deploy docs * empty commit to re-trigger CI
This commit is contained in:
parent
24432fbed6
commit
50147439b5
1 changed files with 10 additions and 0 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -23,3 +23,13 @@ jobs:
|
||||||
yarn build:lib
|
yarn build:lib
|
||||||
yarn test:types
|
yarn test:types
|
||||||
yarn lint
|
yarn lint
|
||||||
|
|
||||||
|
deploy-docs:
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Trigger deploy
|
||||||
|
env:
|
||||||
|
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
|
||||||
|
run: |
|
||||||
|
curl -X GET "$deploy_url"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue