diff --git a/.github/workflows/release-cally.yaml b/.github/workflows/release-cally.yaml index 3e663c6..d0a0b85 100644 --- a/.github/workflows/release-cally.yaml +++ b/.github/workflows/release-cally.yaml @@ -94,3 +94,12 @@ jobs: uses: ./.github/workflows/build-tool-cache.yaml with: version: ${{ needs.build-artifact.outputs.version }} + + trigger-pages-deploy: + runs-on: ubuntu-latest + needs: + - build-artifact + - generate-pypi-release + steps: + - name: Trigger Pages Deployment + run: curl -s -X POST "${{ secrets.CLOUDFLARE_DEPLOY_HOOK }}" > /dev/null 2>&1