Skip to content

Commit 533d319

Browse files
committed
Displays the complete list of built docs
Removes the `head` command to display the full list of built documentation files instead of just the first few. This is helpful for debugging and ensuring all expected files are present.
1 parent 89e2bb0 commit 533d319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
shell: micromamba-shell {0}
7777

7878
- name: List built docs
79-
run: ls -R ARC/docs/build/html | head
79+
run: ls -R ARC/docs/build/html
8080

8181

8282
# ── deploy only on push ─────────────────────────────────────

0 commit comments

Comments
 (0)