docs: disable CFP hook for now while investigating issues (#635)

Temporarily disable the Cloudflare Pages hook while investigating why mike isn't playing nicely.
This commit is contained in:
Clement Tsang 2021-12-20 18:23:04 -08:00 committed by GitHub
parent e4339f1f2b
commit d6a112bee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -40,7 +40,6 @@ jobs:
run: | run: |
cd docs cd docs
mike deploy nightly --push mike deploy nightly --push
# - name: Deploy to CF Pages
- name: Deploy to CF Pages # run: |
run: | # curl -X POST ${{ secrets.CFP_HOOK }}
curl -X POST ${{ secrets.CFP_HOOK }}

View File

@ -52,9 +52,9 @@ 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 # - name: Deploy to CF Pages
run: | # run: |
curl -X POST ${{ secrets.CFP_HOOK }} # curl -X POST ${{ secrets.CFP_HOOK }}
packaging: packaging:
runs-on: ubuntu-latest runs-on: ubuntu-latest