Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Sep 21, 2021
1 parent a97d8f8 commit eb704d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Rebuild schema.json
run: node typedoc/scripts/generate_options_schema.js _site/schema.json
- name: Rebuild markdown site
run: DEBUG="Eleventy*" npm run build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
Expand Down

0 comments on commit eb704d6

Please sign in to comment.