mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
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
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -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 }}
|
||||
|
6
.github/workflows/post-release.yml
vendored
6
.github/workflows/post-release.yml
vendored
@ -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…
x
Reference in New Issue
Block a user