We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562aaa9 commit 1984ceeCopy full SHA for 1984cee
.github/docusaurus/entrypoint.sh
@@ -12,11 +12,9 @@ yarn install
12
yarn add -D now
13
node try/loadVersions.js
14
yarn build:try
15
-# SITE_URL=https://effector.js.org GIT_USER="${GITHUB_ACTOR}" yarn run publish-gh-pages
16
17
SITE_URL=https://effector.now.sh yarn build
18
cd build/effector
19
echo '{"name": "effector", "alias": ["effector.now.sh"], "version": 2}' > now.json
20
npx now --token "${NOW_TOKEN}" --force --no-clipboard
21
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