feat(docs): fix a few lines and switch widget to components, add the … #678
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: [main, release/**] | |
jobs: | |
build: | |
needs: e2e-tests | |
uses: './.github/workflows/build.yml' | |
with: | |
docPath: ${{ github.ref_name }} | |
docPublish: true | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
validate-os: | |
uses: './.github/workflows/validate-os.yml' | |
e2e-tests: | |
uses: './.github/workflows/e2e-tests.yml' | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |