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