Skip to content

Commit b3b6454

Browse files
authored
Fix syntax in link-checker workflow call (#527)
* Include jupyterlab in env for metrics * Fix syntax in link-checker call
1 parent f81fe79 commit b3b6454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
if: ${{ github.repository_owner == 'ProjectPythia' }}
2727
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
2828
with:
29-
path_to_source: 'portal'
29+
path_to_notebooks: 'portal'

0 commit comments

Comments
 (0)