Skip to content

Commit

Permalink
move build viewer site step to deploy job (files are not shared other…
Browse files Browse the repository at this point in the history
…wise)
  • Loading branch information
aliaksei-chareshneu committed Jun 12, 2024
1 parent fb32d5c commit 6839fa1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/deploy_docs_and_viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
run: |
cd molstar-extension
npm ci
- name: build viewer site
run: |
cd molstar-extension
npm run build-site
pwd
ls -lt
ls site
deploy:
runs-on: ubuntu-latest
Expand All @@ -72,11 +65,20 @@ jobs:
run: |
cd docs
mkdocs build
- name: build viewer site
run: |
cd molstar-extension
npm run build-site
pwd
ls -lt
ls site
- name: Create public
run: |
pwd
ls -lt
ls docs/site/
ls molstar-extension
ls molstar-extension/site
mkdir -p ./public/docs
mkdir -p ./public/viewer
cp -r docs/site/* ./public/docs
Expand Down

0 comments on commit 6839fa1

Please sign in to comment.