Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed May 7, 2024
1 parent 94fa816 commit b83c90c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
uses: VaultVulp/[email protected]
with:
command: install -d
- run: pipenv run mkdocs build
- name: Build docs
uses: VaultVulp/[email protected]
with:
command: run mkdocs build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b83c90c

Please sign in to comment.