We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcd170 commit 8601c02Copy full SHA for 8601c02
.github/workflows/build-and-deploy-docs.yml
@@ -23,7 +23,7 @@ concurrency:
23
jobs:
24
build:
25
runs-on: ubuntu-latest
26
- if: github.repository_owner == 'cap-js-community' # don't build on forks
+ if: github.repository_owner == 'cap-js-community' # don't build on forks
27
defaults:
28
run:
29
working-directory: docs
0 commit comments