Add the ability to compute the average of a given column in query set… #372
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: Docs | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- 'docs/**' | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
curl -X POST \ | |
-H "Authorization: Bearer ${{secrets.ACCESS_TOKEN}}" \ | |
-H "Accept: application/vnd.github.v3+json" \ | |
https://api.github.com/repos/martenframework/website/actions/workflows/deploy.yml/dispatches \ | |
-d '{"ref": "main"}' |