We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37748c7 commit 0ec7c2cCopy full SHA for 0ec7c2c
.github/workflows/deploy-docs.yml
@@ -38,6 +38,8 @@ jobs:
38
- uses: actions/checkout@v4
39
- name: Set up JDK 17
40
uses: spring-io/spring-gradle-build-action@v2
41
+ - name: Get IP
42
+ run: curl https://api.ipify.org
43
- name: Deploy Docs
44
run: ./gradlew deployDocs -PdeployDocsSshKey="$DOCS_SSH_KEY" -PdeployDocsSshUsername="$DOCS_USERNAME" -PdeployDocsHost="$DOCS_HOST" --stacktrace
45
- id: docs-deployed
0 commit comments