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 af530b3 commit ce1e8e4Copy full SHA for ce1e8e4
.github/workflows/site.yaml
@@ -23,12 +23,10 @@ jobs:
23
- name: Build site
24
run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
25
env:
26
- CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
29
- name: Deploy Site to gh-pages
30
uses: JamesIves/github-pages-deploy-action@v4
31
with:
32
branch: gh-pages
33
folder: target/staging
34
- ssh-key: ${{ secrets.DEPLOY_KEY }}
0 commit comments