Skip to content

#130 - Add #to_sql query set method #444

#130 - Add #to_sql query set method

#130 - Add #to_sql query set method #444

Workflow file for this run

---
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"}'