We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887c478 commit 53b8948Copy full SHA for 53b8948
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
registry-url: https://registry.npmjs.org/
43
- name: Generate documentation
44
run: |
45
- yarn install .
+ yarn install
46
yarn generate-docs
47
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
48
with:
0 commit comments