From 4d795efb0cf85259e24c8478a568525b8504c42d Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Tue, 11 Mar 2025 10:56:01 +0000 Subject: [PATCH] fix --- .github/workflows/pages.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 2c35e44..accd850 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -36,7 +36,8 @@ jobs: cd .github/website make install make build - cp build/. '../pages' + cp -r build/. '../pages' + ls -al "../pages" - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: