File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,10 @@ jobs:
2323 - name : Build site
2424 run : ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
2525 env :
26- CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
2726 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2827 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
2928 - name : Deploy Site to gh-pages
3029 uses : JamesIves/github-pages-deploy-action@v4
3130 with :
3231 branch : gh-pages
3332 folder : target/staging
34- ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 3939 <!-- Github deployments (site) -->
4040 <server >
4141 <id >github</id >
42- <username >${env.CI_DEPLOY_USERNAME}</username >
4342 <password >${env.GITHUB_TOKEN}</password >
4443 </server >
4544
You can’t perform that action at this time.
0 commit comments