Skip to content

Commit 569d47f

Browse files
committed
Remove docsHost for now
1 parent 01bfc4c commit 569d47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ jobs:
125125
ls docs/manual/build/ || true
126126
ls docs/manual/build/distributions/ || true
127127
./gradlew :spring-security-docs-manual:printDocs
128-
./gradlew :spring-security-docs-manual:copyDocs -PdeployDocsSshKeyPath="$DOCS_SSH_KEY" -PdeployDocsSshUsername="$DOCS_USERNAME" -PdeployDocsHost="$DOCS_HOST"--stacktrace
128+
./gradlew :spring-security-docs-manual:copyDocs -PdeployDocsSshKeyPath="$DOCS_SSH_KEY" -PdeployDocsSshUsername="$DOCS_USERNAME" --stacktrace
129129
env:
130130
DOCS_USERNAME: ${{ secrets.DOCS_USERNAME }}
131131
DOCS_SSH_KEY: ${{ secrets.DOCS_SSH_KEY }}
132-
DOCS_HOST: ${{ secrets.DOCS_HOST }}
132+
# DOCS_HOST: ${{ secrets.DOCS_HOST }}
133133
schema:
134134
name: Deploy Schema
135135
# needs: [build, snapshot_tests, sonar]

0 commit comments

Comments
 (0)