Skip to content

Commit 3028c9b

Browse files
committed
Update artifact listing command in docs build workflow
The `ls` command in the deploy step no longer specifies the 'artifacts' directory. This simplifies the command and allows flexibility in listing files from the default working directory. No functionality is impacted.
1 parent 49aa626 commit 3028c9b

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
@@ -76,7 +76,7 @@ jobs:
7676
name: docs
7777

7878
- name: List artifacts directory (deploy step)
79-
run: ls -l artifacts
79+
run: ls -l
8080

8181
- name: Unzip artifact
8282
run: unzip -O UTF-8 -qq "artifacts/${{ env.ARTIFACT }}" -d dir

0 commit comments

Comments
 (0)