Skip to content

Commit

Permalink
for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 5, 2024
1 parent 1873e37 commit 3a40725
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check-online-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Build Online Document

- name: Prepare files
continue-on-error: true
run: |
git config --local --get remote.origin.url
ls
mkdir opea
mkdir opea/docs
echo "mv docs' file/folder to opea/doc"
mv * opea/docs
- name: Build Online Document
run: |
git config --local --get remote.origin.url
cd opea/docs
echo "build online doc"
bash scripts/build.sh f

0 comments on commit 3a40725

Please sign in to comment.