Skip to content

Commit

Permalink
Modify workflow for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 11, 2024
1 parent f46b1f9 commit 85d3999
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ jobs:
run: |
npm ci
npm run build --if-present
git config user.name ${GITHUB_ACTOR}
git config user.email ${PUSHER_EMAIL}
git add vocabularies/*.md vocabularies/*.json examples/*.json
git diff-index --quiet HEAD vocabularies/*.md vocabularies/*.json examples/*.json || git commit -m "auto-refreshed"
git push
git diff --exit-code vocabularies
env:
CI: true
PUSHER_EMAIL: ${{ github.event.pusher.email }}

0 comments on commit 85d3999

Please sign in to comment.