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 fedfb6a commit aca8587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-online-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ jobs:
- uses: actions/checkout@v4
- name: Prepare files (ignore error)
continue-on-error: true
shell: bash
run: |
mkdir opea
mkdir opea/docs
echo "mv docs' file/folder to opea/doc"
mv * opea/docs
- name: Build Online Document
shell: bash
run: |
git config --local --get remote.origin.url
cd opea/docs
echo "build online doc"
bash scripts/build.sh
bash scripts/build.sh

0 comments on commit aca8587

Please sign in to comment.