From 58e3ae0c36893eae488fd70803227251c247d03f Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Sat, 25 May 2024 15:34:53 +0200 Subject: [PATCH] Fixed typo --- .github/workflows/cd_update_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd_update_pages.yml b/.github/workflows/cd_update_pages.yml index c2d3231c..32186a43 100644 --- a/.github/workflows/cd_update_pages.yml +++ b/.github/workflows/cd_update_pages.yml @@ -75,7 +75,7 @@ jobs: if [ ! -d pages/versions/${VERSION} ]; then \ mkdir pages/versions/${VERSION} fi - cp -rf pages/versions/${VERSION}/. + cp -rf public/* pages/versions/${VERSION}/. # Domain repositories can use peaceiris/actions-gh-pages@v3. # However, since EMMO for historical reasons uses a separate repo