Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 5, 2024
1 parent 3a40725 commit 4fab7a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-online-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Prepare files
- name: Prepare files (ignore error)
continue-on-error: true
run: |
ls
mkdir opea
mkdir opea/docs
echo "mv docs' file/folder to opea/doc"
Expand All @@ -30,4 +29,4 @@ jobs:
git config --local --get remote.origin.url
cd opea/docs
echo "build online doc"
bash scripts/build.sh f
bash scripts/build.sh

0 comments on commit 4fab7a5

Please sign in to comment.