Skip to content

Commit 96e4a51

Browse files
committed
One more time
1 parent 95e673e commit 96e4a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
- name: Deploy docs
239239
run: |
240240
ssh -i $HOME/.ssh/key ${{ secrets.DOCS_USERNAME }}@${{ secrets.DOCS_HOST }} "cd ${{ secrets.DOCS_PATH }} && mkdir -p $PROJECT_VERSION"
241-
scp -i $HOME/.ssh/key -r target/site/apidocs/ ${{ secrets.DOCS_USERNAME }}@${{ secrets.DOCS_HOST }}:${{ secrets.DOCS_PATH }}/$PROJECT_VERSION/api/
241+
scp -i $HOME/.ssh/key -r target/site/apidocs/ ${{ secrets.DOCS_USERNAME }}@${{ secrets.DOCS_HOST }}:${{ secrets.DOCS_PATH }}/$PROJECT_VERSION/api
242242
243243
244244
deploy-artifactory:

0 commit comments

Comments
 (0)