From a2f7ebb67e04202ac0556833864f1f8945c9046d Mon Sep 17 00:00:00 2001 From: Richard Herman <1429781+GeekyEggo@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:36:01 +0100 Subject: [PATCH] build: update release to trigger docs deploy (#13) Co-authored-by: Richard Herman --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ae6938..34d1a36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,3 +75,11 @@ jobs: - name: "🌐 Invalidate CDN" run: aws cloudfront create-invalidation --distribution-id ${{ secrets.CF_DISTRIBUTION_ID }} --paths "/*" > /dev/null + + Documentation: + runs-on: "ubuntu-latest" + needs: [Publish] + + steps: + - name: "📄 Deploy documentation" + run: curl --silent --output /dev/null -X POST "${{ secrets.DOCS_DEPLOY_HOOK }}"