We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58569d1 commit e8bc76dCopy full SHA for e8bc76d
.github/workflows/push.yml
@@ -30,6 +30,7 @@ jobs:
30
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/website
31
cp -rf $GITHUB_WORKSPACE/VERSION $GITHUB_WORKSPACE/website/releases/latest/download
32
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
34
touch $GITHUB_WORKSPACE/website/.nojekyll
35
36
- name: Deploy to GitHub Pages
0 commit comments