Skip to content

Commit 4907723

Browse files
committed
[build] rake task and workflow are fighting over branch management
1 parent 5df354c commit 4907723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
repository-cache: true
9292
bazelrc: common --color=yes
9393
- name: Generate Documentation for selected languages
94-
run: ./go ${{ steps.parse.outputs.language }}:docs
94+
run: ./go ${{ steps.parse.outputs.language }}:docs skip_update
9595
- name: Commit documentation to gh-pages
9696
run: |
9797
cp -r docs/api/* ../gh-pages/docs/api/

0 commit comments

Comments
 (0)