ci: adds cloudflare pages deploy hook (#631)
This commit is contained in:
parent
97f013bccf
commit
81260a2c25
|
@ -40,3 +40,7 @@ jobs:
|
|||
run: |
|
||||
cd docs
|
||||
mike deploy nightly --push
|
||||
|
||||
- name: Deploy to CF Pages
|
||||
run: |
|
||||
curl -X POST ${CFP_HOOK}
|
||||
|
|
|
@ -52,6 +52,10 @@ jobs:
|
|||
cd docs
|
||||
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
||||
|
||||
- name: Deploy to CF Pages
|
||||
run: |
|
||||
curl -X POST ${CFP_HOOK}
|
||||
|
||||
packaging:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue