Skip to content

Commit 0d1b2b9

Browse files
committed
more linting
1 parent cddf9b0 commit 0d1b2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
needs: build
1919
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
2020
with:
21-
publish_dir: 'portal/_build/html'
21+
publish_dir: 'portal/_build/html'

.github/workflows/trigger-link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
link-check:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
88
with:
9-
path_to_source: 'portal'
9+
path_to_source: 'portal'

0 commit comments

Comments
 (0)