We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3353d commit b50d683Copy full SHA for b50d683
.circleci/config.yml
@@ -323,7 +323,10 @@ jobs:
323
- downstream
324
- run: yarn docs:build
325
- run: echo '/* /index.html 200' > documentation/dist/_redirects
326
- - run: yarn netlify deploy
+ - run: |
327
+ branch=$(git symbolic-ref --short HEAD)
328
+ branch=$(npx slugify-cli $branch)
329
+ yarn netlify deploy --alias=$branch
330
331
workflows:
332
version: 2
package.json
@@ -166,7 +166,7 @@
166
"marked": "^2.0.0",
167
"merge2": "^1.2.3",
168
"mocha-junit-reporter": "^2.0.0",
169
- "netlify-cli": "^3.1.0",
+ "netlify-cli": "^3.13.1",
170
"node-fetch": "^2.6.0",
171
"npm-run-all": "^4.1.5",
172
"pixelmatch": "^5.2.1",
0 commit comments