Skip to content

Deploy to neocities #14

Deploy to neocities

Deploy to neocities #14

name: Deploy to neocities
# only run on changes to main
on:
workflow_dispatch:
push:
branches:
- master
# only run deploys when public changes
paths:
- 'public_neocities/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# When the dist_dir is ready, deploy it to neocities
- name: Deploy to Neocities
uses: bcomnes/[email protected]
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
dist_dir: public_splash