blog/.github/workflows/ci.yml
2023-04-08 00:11:12 +02:00

13 lines
290 B
YAML

name: Publish site
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: kognise/neocities-deploy-action@v1
if: ${{ github.ref == 'refs/heads/main' }}
with:
neocities_token: ${{ secrets.NEOCITIES_API_KEY }}
directory: 'src/'