1 parent eb71329 commit a8989b2Copy full SHA for a8989b2
1 file changed
.github/workflows/docs.yml
@@ -23,8 +23,11 @@ jobs:
23
- name: Build documentation
24
run: make docs DOCS_OUTPUT="$RUNNER_TEMP/mac-sync-docs"
25
26
+ - name: Archive documentation
27
+ run: tar -czf "$RUNNER_TEMP/mac-sync-docc.tgz" -C "$RUNNER_TEMP/mac-sync-docs" .
28
+
29
- name: Upload documentation
30
uses: actions/upload-artifact@v7
31
with:
32
name: mac-sync-docc
- path: ${{ runner.temp }}/mac-sync-docs
33
+ path: ${{ runner.temp }}/mac-sync-docc.tgz
0 commit comments