File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# NOTE!
5
5
#
6
- # Please read the README.md file in this directory that defines what should
6
+ # Please read the README.md file in this directory that defines what should
7
7
# be placed in this file
8
8
#
9
9
# #############################################################################
@@ -14,23 +14,23 @@ name: PUSH Workflow - Website Deployment
14
14
on :
15
15
push :
16
16
branches :
17
- - ' develop-postgres'
18
-
17
+ - " develop-postgres"
18
+
19
19
env :
20
20
CODECOV_UNIQUE_NAME : CODECOV_UNIQUE_NAME-${{ github.run_id }}-${{ github.run_number }}
21
-
21
+
22
22
jobs :
23
23
Deploy-Docusaurus :
24
24
name : Deploy https://docs-api.talawa.io website
25
25
runs-on : ubuntu-latest
26
26
# Run only if the develop-postgres branch and not dependabot
27
27
if : ${{ github.actor != 'dependabot[bot]' }}
28
28
environment :
29
- # This "name" has to be the repos' branch that contains
29
+ # This "name" has to be the repos' branch that contains
30
30
# the current active website. There must be an entry for
31
31
# the same branch in the PalisadoesFoundation's
32
32
# "Code and automation > Environments > github-pages"
33
- # menu. The branch "name" must match the branch in the
33
+ # menu. The branch "name" must match the branch in the
34
34
# "on.push.branches" section at the top of this file
35
35
name : develop-postgres
36
36
url : https://docs-api.talawa.io
63
63
echo "Failed to install dependencies"
64
64
exit 1
65
65
fi
66
- if ! pnpm deploy; then
66
+ if ! pnpm run deploy; then
67
67
echo "Deployment failed"
68
68
exit 1
69
69
fi
You can’t perform that action at this time.
0 commit comments