Skip to content

Commit e1c930b

Browse files
committed
change doc_gen.yml
1 parent 44a2dfc commit e1c930b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc_gen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
with:
2323
command: run
2424
args: --features=lua54,lua_script_api lua
25-
- run: mv assets/scripts/doc/BevyAPI /BevyAPI
25+
- run: ls -a && ls assets -a && ls assets/scripts -a && ls assets/scripts/doc -a
26+
- run: mv ./assets/scripts/doc/BevyAPI /BevyAPI
2627
- name: Pushes to another repository
2728
uses: cpina/github-action-push-to-another-repository@main
2829
env:

0 commit comments

Comments
 (0)