chore: remove debug statements

This commit is contained in:
Bret Comnes
2020-02-18 11:22:45 -07:00
parent 5ed114bebe
commit 06e20d6efa
2 changed files with 2 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ jobs:
npm run build
# When the dist_dir is ready, deploy it to neocities
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@master
uses: bcomnes/deploy-to-neocities@master # dont use master in production
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: false