Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 7, 2024
1 parent e7d8bee commit 195a7a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-online-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
mkdir opea
mkdir opea/docs
echo "mv docs' file/folder to opea/doc"
mv * opea/docs
ls -la
echo "2"
mv ./* opea/docs
ls -la
echo "3"
ls -la opea/docs
- name: Build Online Document
shell: bash
Expand Down

0 comments on commit 195a7a0

Please sign in to comment.