Skip to content

Commit 86fae95

Browse files
committed
CCM-11192: use workspace for docs build
1 parent a510a1c commit 86fae95

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
node-version: 18
1515
- name: Npm cli install
1616
working-directory: .
17-
run: npm ci -w docs/nhs-notify-docs
17+
run: npm ci -w docs
1818
shell: bash
1919
- name: Setup Ruby
2020
uses: ruby/setup-ruby@v1.180.1

package-lock.json

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"lambdas/authorizer",
7474
"internal/datastore",
7575
"scripts/test-data",
76-
"docs/nhs-notify-docs"
76+
"docs"
7777
]
7878
}

0 commit comments

Comments
 (0)