We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a2dfc commit e1c930bCopy full SHA for e1c930b
.github/workflows/doc_gen.yml
@@ -22,7 +22,8 @@ jobs:
22
with:
23
command: run
24
args: --features=lua54,lua_script_api lua
25
- - run: mv assets/scripts/doc/BevyAPI /BevyAPI
+ - run: ls -a && ls assets -a && ls assets/scripts -a && ls assets/scripts/doc -a
26
+ - run: mv ./assets/scripts/doc/BevyAPI /BevyAPI
27
- name: Pushes to another repository
28
uses: cpina/github-action-push-to-another-repository@main
29
env:
0 commit comments