Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Jan 9, 2024
1 parent f9f6c1c commit 54611da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Build artifact and site
run: |
if [ -e "bee" ]; then
source bee install doc:site
source bee install doc:site maven:pom ci:readme ci:license
else
version=$(curl -SsL https://git.io/stable-bee)
curl -SsL -o bee-${version}.jar https://jitpack.io/com/github/teletha/bee/${version}/bee-${version}.jar
java -javaagent:bee-${version}.jar -cp bee-${version}.jar bee.Bee install doc:site
java -javaagent:bee-${version}.jar -cp bee-${version}.jar bee.Bee install doc:site maven:pom ci:readme ci:license
fi
- name: Deploy site
Expand All @@ -45,4 +45,4 @@ jobs:
- name: Auto commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: update repository information
commit_message: update repository info

0 comments on commit 54611da

Please sign in to comment.