Skip to content

Commit

Permalink
modify pdoc --html argument
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Apr 7, 2024
1 parent 6005e5f commit ff93322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: python -m spacy download en_core_web_sm
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc -o docs_pdocs/ suql.sql_free_text_support.execute_free_text_sql
- run: pdoc -o docs_pdocs/ suql.sql_free_text_support.execute_free_text_sql --html

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ff93322

Please sign in to comment.