Skip to content

add rb3dx button to header #5

add rb3dx button to header

add rb3dx button to header #5

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