Skip to content

Commit c9e901e

Browse files
committed
peek into failing docs
1 parent 7e3bc69 commit c9e901e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Update Github Deployment
7979
uses: bobheadxi/deployments@v1
80-
if: ${{ always() }}
80+
if: always()
8181
with:
8282
step: finish
8383
token: ${{ secrets.GITHUB_TOKEN }}

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# Catch-all target:
66
%: Makefile
77
python version_config.py
8-
python -m quartodoc build
8+
python -m quartodoc build --verbose
99
python -m quartodoc interlinks
1010
quarto render

0 commit comments

Comments
 (0)