update command to use new task runner

This commit is contained in:
Jonathan Wren 2022-06-11 19:02:23 -07:00
parent 8f15e63202
commit aacd42583b

View file

@ -60,7 +60,7 @@ jobs:
echo "node_modules/.bin" >> $GITHUB_PATH
- name: Start docs server
run: poetry run mkdocs serve &
run: poetry run poe docs &
- name: Generate sitemap
env: