We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ec932 commit 0b44575Copy full SHA for 0b44575
.github/workflows/deploy.yml
@@ -52,8 +52,7 @@ jobs:
52
- name: Deploy to Neocities
53
uses: bcomnes/deploy-to-neocities@v3
54
with:
55
- api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
56
- cleanup: false
+ api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
+ cleanup: true
57
dist_dir: public
58
- preview_before_deploy: true
59
neocities_supporter: true
0 commit comments