Skip to content

Commit

Permalink
ci: missing updates for build and deploy workflow to work again (#1523)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Munoz <juancho0202@gmail.com>
  • Loading branch information
juancho0202 authored May 8, 2024
1 parent 01bcc01 commit d634c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Copy Core Docs to OpenSCD
run: |
cp -R packages/core/doc packages/open-scd/build/core-doc
cp -R packages/core/doc packages/distribution/build/core-doc
- name: Copy Plugin Docs to OpenSCD
run: |
cp -R packages/plugins/doc packages/open-scd/build/plugin-doc
cp -R packages/plugins/doc packages/distribution/build/plugin-doc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down
1 change: 1 addition & 0 deletions packages/distribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"doc:typedoc": "typedoc --plugin none --out doc src",
"doc:wca": "wca src --outDir doc/components",
"doc": "npm run doc:clean && npm run doc:typedoc && npm run doc:wca",
"build": "snowpack build && workbox generateSW workbox-config.cjs && cp .nojekyll build/",
"start": "snowpack dev"
},
"devDependencies": {
Expand Down

0 comments on commit d634c61

Please sign in to comment.