This repository was archived by the owner on Jan 24, 2025. It is now read-only.
docs: add docs for several hooks (#11) #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy documentation | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- docs/** | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call deploy hook | |
run: curl -X POST ${{ secrets.DEPLOY_HOOK }} |