Skip to content

Commit

Permalink
Remove temporary change using action from fix-docs-generation branch
Browse files Browse the repository at this point in the history
The branch contained a step that cleans cache before running Docgen. We
wanted to verify if this will help for the random problems with docs
generation. It didn't help.
  • Loading branch information
michalinacienciala committed Jun 20, 2023
1 parent e7af16d commit c16c3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
github.event_name == 'pull_request'
|| github.event_name == 'push'
|| github.event_name == 'workflow_dispatch'
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@fix-docs-generation # TODO: change to `main`
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@main
with:
projectDir: /solidity
# We need to remove unnecessary `//` comment used in the `@dev`
Expand All @@ -64,7 +64,7 @@ jobs:
needs: docs-detect-changes
# TODO: remove last OR
if: (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/solidity/')) || github.ref == 'refs/pull/584/merge'
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@fix-docs-generation # TODO: change to `main`
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@main
with:
projectDir: /solidity
# We need to remove unnecessary `//` comment used in the `@dev`
Expand Down

0 comments on commit c16c3b4

Please sign in to comment.