blog/.github/workflows/ci.yml
2023-04-08 00:17:36 +02:00

15 lines
334 B
YAML

name: Publish site
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: bcomnes/deploy-to-neocities@v1
if: ${{ github.ref == 'refs/heads/main' }}
with:
api_token: ${{ secrets.NEOCITIES_API_KEY }}
cleanup: true
dist_dir: src