Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/bcomnes/deploy-to-neocities-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 23, 2024
2 parents 08777ee + b45ca31 commit dedfbb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- run: npm i
- run: npm run build
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1
uses: bcomnes/deploy-to-neocities@v3
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: false
neocities_supporter: true
preview_before_deploy: true

0 comments on commit dedfbb5

Please sign in to comment.