From 6d71328f60fa8e41edb3ce39fb337c08205f0ea0 Mon Sep 17 00:00:00 2001 From: lxgr-linux Date: Sat, 13 Jul 2024 13:02:10 +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 f5e8a439..7afe0a77 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -45,8 +45,8 @@ jobs: - name: Preprocess page files run: | + mkdir /tmp/pokete python util.py prepare-pages before - ls -al /tmp/pokete cp -r ./assets/ /tmp/assets cp ./* /tmp/pokete - name: Switch branch to gh-pages