From d6a112bee48c938db9b070d461e365f226b275c9 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:23:04 -0800 Subject: [PATCH] docs: disable CFP hook for now while investigating issues (#635) Temporarily disable the Cloudflare Pages hook while investigating why mike isn't playing nicely. --- .github/workflows/docs.yml | 7 +++---- .github/workflows/post-release.yml | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ad37c991..de8cc1ff 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 }} diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index aea67daa..721b89ab 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -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