Add docsify and json schemas for monitoring specs (#96) #1
This file contains 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: Github Page | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
github-page: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Deploy GitHub Page 🚀 | |
uses: JamesIves/github-pages-deploy-action@releases/v4 | |
with: | |
branch: gh-pages | |
folder: public | |
force: false | |
clean-exclude: pr-preview/ |