Skip to content

Commit

Permalink
fix: test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Mar 26, 2024
1 parent 2a5f5a2 commit 12ed5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/meta.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const commonScope = ['plasma-icons', 'plasma-sb-utils', 'data-themes', 'plasma-typo'];
const commonScope = ['plasma-icons', 'plasma-sb-utils'];

module.exports = {
caldera: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Set job environment variables
run: |
echo "SHORT_NAME=$(echo ${{ matrix.package }} | sed -r 's/@salutejs\///g' | sed -r 's/plasma-//g')" >> $GITHUB_ENV
echo "SHORT_NAME=$(echo ${{ matrix.package }} | sed -r 's/plasma-//g')" >> $GITHUB_ENV
echo "HAS_PACKAGE_DOCS=$([ -d "./website/${{ matrix.package }}-docs" ] && echo true || echo false)" >> $GITHUB_ENV
- name: Get lerna scope
Expand Down

0 comments on commit 12ed5c9

Please sign in to comment.