Skip to content

Commit

Permalink
Verbose build with Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Sep 5, 2024
1 parent 8cee267 commit 4b67a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# Build the site
- name: Build the Sphinx site
run: sphinx-build -b dirhtml book book/_build/dirhtml
run: sphinx-build -v -b dirhtml book book/_build/dirhtml
env:
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}

Expand Down

0 comments on commit 4b67a57

Please sign in to comment.