Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shelly-goldblit committed Jul 12, 2023
1 parent 0f708f5 commit 1af2ff4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
commit_message: Update generated markdown docs
branch: main
file_pattern: 'documents/*'
push_options: '--force'
commit_user_name: My GitHub Actions Bot # defaults to "github-actions[bot]"
commit_user_email: my-github-actions-bot@example.org # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
commit_author: Author <actions@github.com> # defaults to author of the commit that triggered the run
- name: Generate html docs
run: npm run generate-docs

Expand Down

0 comments on commit 1af2ff4

Please sign in to comment.