Skip to content

Commit d96ae8d

Browse files
committed
Cleanup site usage
1 parent 7d28685 commit d96ae8d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/site.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.mvn/settings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
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

0 commit comments

Comments
 (0)