WIP: The MuSiCaL Update #1
@@ -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
|
||||
Reference in New Issue
Block a user