From 13f02a72339566cd01d848c8669546625704322c Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Thu, 30 Oct 2025 17:47:34 -0500 Subject: [PATCH] fix docs path --- .github/actions/build-docs/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index ce6804f162..43af840815 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -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