Skip to content

Commit

Permalink
Add Neocities deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jun 14, 2024
1 parent 3fec70f commit 1fe1296
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
- run: npm run-script build
env:
CI: true

- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v2
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: false
dist_dir: public

- uses: azure/login@v1
with:
Expand Down

0 comments on commit 1fe1296

Please sign in to comment.