Skip to content

Commit

Permalink
[#62349] Deploy myst to /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas committed Aug 8, 2024
1 parent 23413c0 commit 17952cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_script:

stages:
- build
- doc-deploy
- ui-tests

build:
Expand Down Expand Up @@ -43,3 +44,17 @@ ui-tests:
when: always
paths:
- ui-tests/*.png

doc-deploy:
stage: doc-deploy
tags: ["docs"]
dependencies: [build]
script:
- sed -i -e 's/{}.VITE_COLLAB/"ON"/g' dist/index.js
- sed -i -e 's/{}.VITE_WS_URL/"\/devsignal"/g' dist/index.js
- tar cf $CI_DOCS_ARCHIVE -C dist/ .
artifacts:
paths:
- docs.tar
only:
- merge_requests

0 comments on commit 17952cb

Please sign in to comment.