Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
CI Fix attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nawias committed Sep 30, 2023
1 parent 78a2aa8 commit 9dbe531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm test --if-present
- uses: seanmiddleditch/gha-publish-to-git@master
- name: publish-to-git
uses: seanmiddleditch/gha-publish-to-git@v2
with:
branch: dist
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 9dbe531

Please sign in to comment.