extend v0.4.14's fix to automigrate as well #109
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 sqddl.md public/sqddl.html | |
- name: Deploy to neocities | |
uses: bcomnes/deploy-to-neocities@v1 | |
with: | |
api_token: ${{ secrets.NEOCITIES_API_KEY }} | |
dist_dir: public |