Skip to content

Commit 1984cee

Browse files
authored
Update entrypoint.sh
1 parent 562aaa9 commit 1984cee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/docusaurus/entrypoint.sh

-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ yarn install
1212
yarn add -D now
1313
node try/loadVersions.js
1414
yarn build:try
15-
# SITE_URL=https://effector.js.org GIT_USER="${GITHUB_ACTOR}" yarn run publish-gh-pages
1615

1716
SITE_URL=https://effector.now.sh yarn build
1817
cd build/effector
1918
echo '{"name": "effector", "alias": ["effector.now.sh"], "version": 2}' > now.json
2019
npx now --token "${NOW_TOKEN}" --force --no-clipboard
2120
npx now --token "${NOW_TOKEN}" alias 'effector.now.sh'
22-
npx now --token "${NOW_TOKEN}" alias https://effector.now.sh 'effector.js.org'

0 commit comments

Comments
 (0)