Skip to content

Commit

Permalink
build: deploy docs on release (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Herman <geekyeggo@users.noreply.github.com>
  • Loading branch information
GeekyEggo and GeekyEggo authored Oct 15, 2024
1 parent aa5f66a commit 7a078b5
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 @@ -48,3 +48,11 @@ jobs:
run: npm publish --provenance --access public --tag ${{ steps.pkg.outputs.version-tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Documentation:
runs-on: "ubuntu-latest"
needs: [Release]

steps:
- name: "📄 Deploy documentation"
run: curl --silent --output /dev/null -X POST "${{ secrets.DOCS_DEPLOY_HOOK }}"

0 comments on commit 7a078b5

Please sign in to comment.