Skip to content

Instantly share code, notes, and snippets.

@bipe
bipe / neocities.yaml
Last active April 16, 2026 22:40
Deploy to neocities simple github action yaml
name: Deploy to neocities
on:
push:
branches:
- main # trigger this action only with commits on the 'main' branch.
concurrency: # prevent concurrent deploys doing starnge things
group: deploy-to-neocities
cancel-in-progress: true