Skip to content

Commit

Permalink
fix(cicd): comment out unnecessary github action in solidity.yml (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored Nov 11, 2022
1 parent 305df91 commit ebf6aa6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ jobs:
working-directory: ./packages/protocol
run: pnpm export:abi

- name: protocol - Export Docs
working-directory: ./packages/protocol
run: pnpm export:docs

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update auto-generated docs

- name: protocol - Deploy L1 Contracts
working-directory: ./packages/protocol
run: pnpm deploy:hardhat

0 comments on commit ebf6aa6

Please sign in to comment.