fix docs path (#2719)

This commit is contained in:
Mike Drob
2025-10-31 01:12:49 +01:00
committed by GitHub
parent b901a9f311
commit d9e6349657

View File

@@ -25,7 +25,7 @@ runs:
- name: Create artifact tar
shell: sh
run: tar -cf artifact.tar --cd docs/build/html -L .
run: tar -cf artifact.tar --cd docs --dereference build/html index.html
# Do it manually because upload-pages-artifact requires gtar
- name: Upload artifact