Skip to content

Commit a8989b2

Browse files
ci: archive DocC artifacts
1 parent eb71329 commit a8989b2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
- name: Build documentation
2424
run: make docs DOCS_OUTPUT="$RUNNER_TEMP/mac-sync-docs"
2525

26+
- name: Archive documentation
27+
run: tar -czf "$RUNNER_TEMP/mac-sync-docc.tgz" -C "$RUNNER_TEMP/mac-sync-docs" .
28+
2629
- name: Upload documentation
2730
uses: actions/upload-artifact@v7
2831
with:
2932
name: mac-sync-docc
30-
path: ${{ runner.temp }}/mac-sync-docs
33+
path: ${{ runner.temp }}/mac-sync-docc.tgz

0 commit comments

Comments
 (0)