Skip to content

Commit d4c8aab

Browse files
authored
fix: github action to publish docs using incorrect make target (argoproj#1322)
Signed-off-by: Jesse Suen <[email protected]>
1 parent 2eb385d commit d4c8aab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: build
2121
run: |
2222
pip install mkdocs mkdocs_material
23-
make plugin-docs
23+
make docs
2424
mkdocs build
2525
- name: Deploy
2626
uses: peaceiris/actions-gh-pages@v3

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
run: |
134134
make codegen
135135
make manifests
136+
make docs
136137
137138
- name: Ensure nothing changed
138139
run: git diff --exit-code

0 commit comments

Comments
 (0)