Skip to content

Made a deploy thing

Made a deploy thing #2

Workflow file for this run

name: Deploy to neocities
on:
push:
branches:
- main
concurrency:
group: deploy-to-neocities
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1
with:
api_token: ${{ secrets.NEOCITIES_KEY }}
cleanup: false
dist_dir: public