Skip to content

Commit

Permalink
fix: github actions (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain authored Jan 12, 2024
1 parent 74102e2 commit 094bc68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Copy Builds
run: |
mkdir build
cp -r apps/sample-vue-app/dist build/vue
cp -r apps/sample-react-app/dist build/react
cp -r apps/sample-vanilla-app/dist build/vanilla
cp -r apps/sample-angular-app/dist/easy-angular build/angular
cp -r examples/sample-vue-app/dist build/vue
cp -r examples/sample-react-app/dist build/react
cp -r examples/sample-vanilla-app/dist build/vanilla
cp -r examples/sample-angular-app/dist/easy-angular build/angular
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down
16 changes: 1 addition & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2912,18 +2912,11 @@
dependencies:
"@lezer/common" "^1.0.0"

"@lit-labs/ssr-dom-shim@^1.0.0", "@lit-labs/ssr-dom-shim@^1.1.0", "@lit-labs/ssr-dom-shim@^1.1.2", "@lit-labs/ssr-dom-shim@^1.1.2-pre.0":
"@lit-labs/ssr-dom-shim@^1.0.0", "@lit-labs/ssr-dom-shim@^1.1.0", "@lit-labs/ssr-dom-shim@^1.1.2-pre.0":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz#d693d972974a354034454ec1317eb6afd0b00312"
integrity sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==

"@lit/context@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@lit/context/-/context-1.1.0.tgz#c45be81b3fbcefe6844b86d9ca66aa7d88953c3d"
integrity sha512-fCyv4dsH05wCNm3AKbB+PdYbXGJd/XT8OOwo4hVmD4COq5wOWJlQreGAMDvmHZ7osqxuu06Y4nmP6ooXpN7ErA==
dependencies:
"@lit/reactive-element" "^1.6.2 || ^2.0.0"

"@lit/react@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@lit/react/-/react-1.0.1.tgz#00dc227c60947abd3cbdaa03bb9cca7f5b815451"
Expand All @@ -2936,13 +2929,6 @@
dependencies:
"@lit-labs/ssr-dom-shim" "^1.0.0"

"@lit/reactive-element@^1.6.2 || ^2.0.0":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.0.2.tgz#779ae9d265407daaf7737cb892df5ec2a86e22a0"
integrity sha512-SVOwLAWUQg3Ji1egtOt1UiFe4zdDpnWHyc5qctSceJ5XIu0Uc76YmGpIjZgx9YJ0XtdW0Jm507sDvjOu+HnB8w==
dependencies:
"@lit-labs/ssr-dom-shim" "^1.1.2"

"@lit/reactive-element@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.0.0.tgz#da14a256ac5533873b935840f306d572bac4a2ab"
Expand Down

0 comments on commit 094bc68

Please sign in to comment.