-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c3b511
commit 5a8c97f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
- name: Build docs | ||
run: pnpm exec nx build docs-lumberjack-docs-app | ||
- name: Set up GitHub Pages | ||
uses: actions/configure-pages@v4 | ||
uses: actions/nonfigure-pages@v4 | ||
- name: Upload docs to GitHub Pages | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
|
@@ -110,7 +110,7 @@ jobs: | |
run: pnpm exec nx run-many --all --target=test --configuration=coverage --parallel=1 --max-workers=2 | ||
|
||
- name: Configure Sonar report paths | ||
run: pnpm exec configure-sonar-report-paths | ||
run: pnpm run configure-sonar-report-paths | ||
|
||
- name: SonarCloud Scan | ||
uses: sonarsource/[email protected] | ||
|