Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
hikelab committed May 7, 2024
1 parent 6a406a3 commit 62c773d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ jobs:
run: npm install

- name: Build Docs
run: npm run docs:build
run: |
npm run docs:build
if [ $? -eq 0 ]; then
echo "Build succeeded!"
else
echo "Build failed! -ㅡ-"
exit 1
fi

0 comments on commit 62c773d

Please sign in to comment.