Skip to content

Commit a43bf33

Browse files
committed
Simplify tar command
1 parent 5ffe33d commit a43bf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sphinx-build -M html docs/monai-cloud-api/ docs/build/html
4242
4343
- name: Tar build folder
44-
run: tar -cvf build.tar -C docs/build/html
44+
run: tar -cvf build.tar docs/build/html
4545

4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)