ci: adds cloudflare pages deploy hook (#631)

This commit is contained in:
Clement Tsang
2021-12-19 12:07:37 -08:00
committed by GitHub
parent 97f013bccf
commit 81260a2c25
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -40,3 +40,7 @@ jobs:
run: |
cd docs
mike deploy nightly --push
- name: Deploy to CF Pages
run: |
curl -X POST ${CFP_HOOK}
+4
View File
@@ -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: