Skip to content

Commit

Permalink
chore: fix installing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Feb 8, 2023
1 parent 54321c0 commit 37d280b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: go

- name: Build docs
run: make docs
run: make install docs

- name: Deploy to docs repo
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: go

- name: Build docs
run: make docs
run: make install docs

- name: Deploy to evcc.io repo
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 37d280b

Please sign in to comment.