Skip to content

Commit

Permalink
feat(#287): hopefully fixed pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jul 13, 2024
1 parent 6d71328 commit 99893bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99893bc

Please sign in to comment.