Skip to content

Commit 6ddcbf0

Browse files
committed
Simplify artifact listing command in build workflow.
Removed the specific 'artifacts' directory path in the 'ls' command for listing files during the build documentation workflow. This streamlines the step, ensuring broader visibility of the directory contents.
1 parent 4032cfe commit 6ddcbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: artifacts
5757

5858
- name: List artifacts directory (test step)
59-
run: ls -l artifacts
59+
run: ls -l
6060

6161
- name: Test documentation
6262
uses: JetBrains/writerside-checker-action@v1

0 commit comments

Comments
 (0)