fix JSONField not handling NULL UUIDs #115
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: 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 |