mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-24 20:36:42 +00: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:
@@ -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 }}
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user