Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris committed Jul 12, 2023
1 parent 25b2532 commit c9940e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
yarn
yarn nx build ${{ matrix.editor }}
yarn nx build ${{ matrix.framework }}-${{ matrix.editor }}
ls -la demos/html/ckeditor4
- name: Deploy the demos to S3 bucket
run: |
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6157,6 +6157,11 @@ cjs-module-lexer@^0.6.0:
resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz"
integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==

ckeditor4@^4.16.0:
version "4.22.1"
resolved "https://registry.yarnpkg.com/ckeditor4/-/ckeditor4-4.22.1.tgz#a4e79db1bac2ccb9a672c47e601ba4882afaf455"
integrity sha512-Yj4vTHX5YxHwc48gNqUqTm+KLkRr9tuyb4O2VIABu4oKHWRNVIdLdy6vUNe/XNx+RiTavMejfA1MVOU/MxLjqQ==

ckeditor5@>=27.1.0, ckeditor5@^36.0.1:
version "36.0.1"
resolved "https://registry.npmjs.org/ckeditor5/-/ckeditor5-36.0.1.tgz"
Expand Down

0 comments on commit c9940e8

Please sign in to comment.