Skip to content

Commit

Permalink
feat(docs): autocommit changes to solidity docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Dec 27, 2022
1 parent 61d4a8f commit 0b68e1f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,9 @@ jobs:
working-directory: ./packages/protocol
run: pnpm export:docs

- name: protocol - Commit Docs (will update the website)
working-directory: ./packages/protocol
uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: update smart-contracts docs"
commit_options: "--no-verify"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
file_pattern: "./packages/website/docs/smart-contracts/"
commit_message: commit dat yuh

- name: protocol - Deploy L1 Contracts
working-directory: ./packages/protocol
Expand Down

0 comments on commit 0b68e1f

Please sign in to comment.