Skip to content

Commit 8601c02

Browse files
committed
fix linting
1 parent 5bcd170 commit 8601c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26-
if: github.repository_owner == 'cap-js-community' # don't build on forks
26+
if: github.repository_owner == 'cap-js-community' # don't build on forks
2727
defaults:
2828
run:
2929
working-directory: docs

0 commit comments

Comments
 (0)