Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Oct 9, 2023
1 parent 6caa5fd commit 91b60be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
- name: Build Viewer
run: |
npm run build-viewer
npm run regression-test-build
npm run gen-docs
mkdir ./dist/pages
mkdir ./dist/pages/demo
mkdir ./dist/pages/examples
mkdir ./dist/pages/docs
cp -R ./examples/viewer/dist/* ./dist/pages/demo
cp -R ./tests/regression/dist/* ./dist/pages/examples
cp -R ./dist/docs/* ./dist/pages/docs
cp -R ./build.zip ./dist/pages
- name: Upload artifact
Expand Down

0 comments on commit 91b60be

Please sign in to comment.