Skip to content

Commit ac859ea

Browse files
Fix command arguments for docs build (#31)
1 parent ed6049d commit ac859ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
id-token: write
3939

4040
with:
41-
bazel-target: "//process:incremental_latest -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}"
41+
bazel-target: "//process:incremental_latest"
4242
retention-days: 3

0 commit comments

Comments
 (0)