File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Stackbit Libris Theme original README is located [here](./README.theme.md).
20
20
21
21
1 . run the following command to fetch additional site contents from Stackbit if needed:
22
22
23
- npx @stackbit/stackbit-pull --stackbit-pull-api-url=__STACKBIT_PULL_API_URL__
23
+ npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5ef2ce965ad8d00019477dec
24
24
25
25
1 . Starts a development server
26
26
Original file line number Diff line number Diff line change 4
4
set -o pipefail
5
5
set -v
6
6
7
- curl -s -X POST __STACKBIT_WEBHOOK_URL__ /pull > /dev/null
7
+ curl -s -X POST https://api.stackbit.com/project/5ef2ce965ad8d00019477dec/webhook/build /pull > /dev/null
8
8
if [[ -z " ${STACKBIT_API_KEY} " ]]; then
9
9
echo " WARNING: No STACKBIT_API_KEY environment variable set, skipping stackbit-pull"
10
10
else
11
- npx @stackbit/stackbit-pull --stackbit-pull-api-url=__STACKBIT_PULL_API_URL__
11
+ npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5ef2ce965ad8d00019477dec
12
12
fi
13
- curl -s -X POST __STACKBIT_WEBHOOK_URL__ /ssgbuild > /dev/null
13
+ curl -s -X POST https://api.stackbit.com/project/5ef2ce965ad8d00019477dec/webhook/build /ssgbuild > /dev/null
14
14
gatsby build
15
- curl -s -X POST __STACKBIT_WEBHOOK_URL__ /publish > /dev/null
15
+ curl -s -X POST https://api.stackbit.com/project/5ef2ce965ad8d00019477dec/webhook/build /publish > /dev/null
You can’t perform that action at this time.
0 commit comments