File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 6464 run : |
6565 ssh -i $HOME/.ssh/key $DOCS_USERNAME@$DOCS_HOST "cd $DOCS_PATH/docs && mkdir -p $PROJECT_VERSION"
6666 scp -i $HOME/.ssh/key -r target/reports/apidocs $DOCS_USERNAME@$DOCS_HOST:$DOCS_PATH/docs/$PROJECT_VERSION/api
67-
68- - name : Generate Reference docs
69- run : ./mvnw antora -pl spring-shell-docs
70-
71- - name : Deploy Reference docs
72- uses :
spring-io/spring-doc-actions/[email protected] 73- with :
74- docs-username : ${{ secrets.DOCS_USERNAME }}
75- docs-host : ${{ secrets.DOCS_HOST }}
76- docs-ssh-key : ${{ secrets.DOCS_SSH_KEY }}
77- docs-ssh-host-key : ${{ secrets.DOCS_SSH_HOST_KEY }}
78- site-path : spring-shell-docs/target/site
79-
80- - name : Bust Cloudflare Cache
81- uses :
spring-io/spring-doc-actions/[email protected] 82- with :
83- context-root : spring-shell
84- cloudflare-zone-id : ${{ secrets.CLOUDFLARE_ZONE_ID }}
85- cloudflare-cache-token : ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
You can’t perform that action at this time.
0 commit comments