Skip to content

Commit ce1e8e4

Browse files
committed
[gha] Cleanup site yaml
1 parent af530b3 commit ce1e8e4

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
@@ -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 }}

0 commit comments

Comments
 (0)