Skip to content

Commit 8c50a66

Browse files
committed
[gha] Cleanup site action
1 parent 028a7b1 commit 8c50a66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/site.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
- name: Build site
2121
run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
2222
env:
23-
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
2423
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2524
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
2625
- name: Deploy Site to gh-pages
2726
uses: JamesIves/github-pages-deploy-action@v4
2827
with:
2928
branch: gh-pages
3029
folder: target/staging
31-
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)