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