File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - site
77
8+ permissions :
9+ contents : write
10+
811jobs :
912 build :
1013 if : github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
@@ -20,12 +23,10 @@ jobs:
2023 - name : Build site
2124 run : ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml
2225 env :
23- CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
2426 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2527 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
2628 - name : Deploy Site to gh-pages
2729 uses : JamesIves/github-pages-deploy-action@v4
2830 with :
2931 branch : gh-pages
3032 folder : target/staging
31- ssh-key : ${{ secrets.DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments