From 99893bc6df5022342c65d82d3f47e3115d6fc328 Mon Sep 17 00:00:00 2001 From: lxgr-linux Date: Sat, 13 Jul 2024 13:03:52 +0200 Subject: [PATCH] feat(#287): hopefully fixed pdoc --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7afe0a77..a510b14b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -48,7 +48,7 @@ jobs: mkdir /tmp/pokete python util.py prepare-pages before cp -r ./assets/ /tmp/assets - cp ./* /tmp/pokete + cp -r ./* /tmp/pokete - name: Switch branch to gh-pages uses: actions/checkout/@v2 with: