Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha authored Nov 29, 2022
1 parent 336731d commit 0ab52bf
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
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
fi
- name: Deploy site
Expand All @@ -40,4 +40,4 @@ jobs:
uses: GoogleCloudPlatform/release-please-action@v2
with:
release-type: simple
package-name: bee
package-name: bee

0 comments on commit 0ab52bf

Please sign in to comment.