We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3cc3c commit 1c9c8efCopy full SHA for 1c9c8ef
1 file changed
.github/workflows/testing.yml
@@ -15,7 +15,6 @@ jobs:
15
branch: develop
16
host: docs.bernardomg.com
17
secrets:
18
- url: ${{ secrets.DEPLOY_DOCS_DEVELOP_SITE }}
19
port: ${{ secrets.DEPLOY_DOCS_DEVELOP_PORT }}
20
path: ${{ secrets.DEPLOY_DOCS_DEVELOP_PATH }}
21
username: ${{ secrets.DEPLOY_DOCS_DEVELOP_USER }}
@@ -29,7 +28,6 @@ jobs:
29
28
branch: master
30
31
32
- url: ${{ secrets.DEPLOY_DOCS_SITE }}
33
port: ${{ secrets.DEPLOY_DOCS_PORT }}
34
path: ${{ secrets.DEPLOY_DOCS_PATH }}
35
username: ${{ secrets.DEPLOY_DOCS_USER }}
0 commit comments