Skip to content

Commit

Permalink
build: update release to trigger docs deploy (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Herman <[email protected]>
  • Loading branch information
GeekyEggo and GeekyEggo authored Oct 14, 2024
1 parent 8b2aa9e commit a2f7ebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit a2f7ebb

Please sign in to comment.