Skip to content

Commit

Permalink
ci(trunk): update paths to the documentation app assets (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfprod authored Jun 3, 2024
1 parent 6190445 commit f91b621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
bash tools/shell/test.sh reports || exit 1
yarn generate:unit-test-coverage-index
npx nx run tools:compodoc-build
cp -r ./dist/compodoc ./dist/apps/documentation/assets
cp -r ./dist/compodoc ./dist/apps/documentation/browser/assets
yarn generate:changelog
npx nx run-many --target e2e --all --parallel 1
bash tools/shell/e2e.sh reports || exit 1
yarn generate:e2e-test-report-index
npx nx run documentation:build-storybook
cp -r ./dist/storybook/documentation ./dist/apps/documentation/assets/storybook
cp -r ./dist/storybook/documentation ./dist/apps/documentation/browser/assets/storybook
- name: Upload dist artifact
if: ${{ fromJSON(needs.checks.outputs.changes).dependencies == 'true' || fromJSON(needs.checks.outputs.changes).src == 'true' || fromJSON(needs.checks.outputs.changes).storybook == 'true' }}
Expand Down

0 comments on commit f91b621

Please sign in to comment.