-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: build and push evm contract docs to github pages #211
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
=======================================
Coverage 98.40% 98.40%
=======================================
Files 48 48
Lines 754 754
Branches 154 154
=======================================
Hits 742 742
Misses 3 3
Partials 9 9 ☔ View full report in Codecov by Sentry. |
branches: | ||
description: "Branches to trigger the workflow on" | ||
required: false | ||
default: "main,ci/evm-docs-to-github-pages" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: remove PR branch
runs-on: blacksmith-2vcpu-ubuntu-2204 | ||
steps: | ||
- name: Run Upload Docs Action | ||
uses: axelarnetwork/axelar-gmp-sdk-solidity/.github/actions/upload-docs@ci/evm-docs-to-github-pages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: change branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want to duplicate this script everywhere, think about reusing it everywhere
AXE-7083