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:
parent
e4339f1f2b
commit
d6a112bee4
|
@ -40,7 +40,6 @@ jobs:
|
|||
run: |
|
||||
cd docs
|
||||
mike deploy nightly --push
|
||||
|
||||
- name: Deploy to CF Pages
|
||||
run: |
|
||||
curl -X POST ${{ secrets.CFP_HOOK }}
|
||||
# - name: Deploy to CF Pages
|
||||
# run: |
|
||||
# curl -X POST ${{ secrets.CFP_HOOK }}
|
||||
|
|
|
@ -52,9 +52,9 @@ jobs:
|
|||
cd docs
|
||||
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
||||
|
||||
- name: Deploy to CF Pages
|
||||
run: |
|
||||
curl -X POST ${{ secrets.CFP_HOOK }}
|
||||
# - name: Deploy to CF Pages
|
||||
# run: |
|
||||
# curl -X POST ${{ secrets.CFP_HOOK }}
|
||||
|
||||
packaging:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue