Skip to content

fix 404 page

fix 404 page #8

Workflow file for this run

name: Deploy to neocities
# Deploy script for neocities by @bcomnes. Stripped of node.js and npm stuff.
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_API_TOKEN }}
cleanup: false
dist_dir: docs