Skip to content

Commit

Permalink
fix: github action to publish docs using incorrect make target (#1322)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
  • Loading branch information
jessesuen authored Jul 3, 2021
1 parent 2eb385d commit d4c8aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: build
run: |
pip install mkdocs mkdocs_material
make plugin-docs
make docs
mkdocs build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
run: |
make codegen
make manifests
make docs
- name: Ensure nothing changed
run: git diff --exit-code

0 comments on commit d4c8aab

Please sign in to comment.