WIP: The MuSiCaL Update #1

Draft
unfunny wants to merge 27 commits from music into master
Showing only changes of commit 612d43c4fa - Show all commits

View File

@@ -1,18 +0,0 @@
name: Deploy to Neocities
description: Deploys the site to Neocities on release events.
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to Neocities
env:
NEOCITIES_USERNAME: ${{ secrets.NEOCITIES_USERNAME }}
NEOCITIES_TOKEN: ${{ secrets.NEOCITIES_TOKEN }}
run: |
npx neocities-cli upload --site mysite.neocities.org . --exclude actions/ --exclude .git