Skip to content

Commit

Permalink
[web] Fix web deploy (related !4771).
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 20, 2023
1 parent 96a8f30 commit fba0845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/jobs/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ deploy web site:
when: manual
allow_failure: true
script:
# Copy notebook pages
- cp -rl build/*/web/content web/
- cd web
- python scripts/convert_notebooks.py
# Copy notebook pages
- cp -rl ../build/*/web/content ./
- yarn
- yarn build
- netlify deploy --prod --dir=public --site=$OGS_NETLIFY_SITE_ID
Expand Down

0 comments on commit fba0845

Please sign in to comment.