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:
23
23
- name : Build site
24
24
run : ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
25
25
env :
26
- CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
27
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
27
NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
29
28
- name : Deploy Site to gh-pages
30
29
uses : JamesIves/github-pages-deploy-action@v4
31
30
with :
32
31
branch : gh-pages
33
32
folder : target/staging
34
- ssh-key : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change 39
39
<!-- Github deployments (site) -->
40
40
<server >
41
41
<id >github</id >
42
- <username >${env.CI_DEPLOY_USERNAME}</username >
43
42
<password >${env.GITHUB_TOKEN}</password >
44
43
</server >
45
44
You can’t perform that action at this time.
0 commit comments