Skip to content

Commit e8bc76d

Browse files
committed
Add setup script
1 parent 58569d1 commit e8bc76d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/website
3131
cp -rf $GITHUB_WORKSPACE/VERSION $GITHUB_WORKSPACE/website/releases/latest/download
3232
cp -rf $GITHUB_WORKSPACE/schema $GITHUB_WORKSPACE/website/schema
33+
curl -sSfL https://raw.githubusercontent.com/jreleaser/jreleaser/refs/heads/main/src/scripts/jreleaser-setup.sh -o $GITHUB_WORKSPACE/website/setup.sh
3334
touch $GITHUB_WORKSPACE/website/.nojekyll
3435
3536
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)