Skip to content

fix JSONField not handling NULL UUIDs #115

fix JSONField not handling NULL UUIDs

fix JSONField not handling NULL UUIDs #115

Workflow file for this run

name: Deploy docs to Neocities
on:
push:
branches: [main]
jobs:
deploy_to_neocities:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
- run: mkdir public && .github/mddocs sq.md public/sq.html
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1
with:
api_token: ${{ secrets.NEOCITIES_API_KEY }}
dist_dir: public