Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qfoxb authored Nov 28, 2023
1 parent 84936de commit 7b45012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy to neocities
# Deploy script for neocities by @bcomnes. Stripped of node.js and npm stuff.
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -20,4 +21,4 @@ jobs:
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: false
dist_dir: docs
dist_dir: docs

0 comments on commit 7b45012

Please sign in to comment.