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 5df354c commit 4907723Copy full SHA for 4907723
.github/workflows/update-documentation.yml
@@ -91,7 +91,7 @@ jobs:
91
repository-cache: true
92
bazelrc: common --color=yes
93
- name: Generate Documentation for selected languages
94
- run: ./go ${{ steps.parse.outputs.language }}:docs
+ run: ./go ${{ steps.parse.outputs.language }}:docs skip_update
95
- name: Commit documentation to gh-pages
96
run: |
97
cp -r docs/api/* ../gh-pages/docs/api/
0 commit comments