Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ila-park committed Nov 6, 2023
1 parent c12907b commit c9381db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: './packages/docs/build'
path: './packages/dev/dist/prosemirror-angular-standalone'

- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean:dist": "nx run-many -t clean:dist --all --maxParallel=10",
"clean:dependency": "nx run-many -t clean:dependency --all --maxParallel=10 && rimraf node_modules",
"build": "nx run-many -t build --all --maxParallel=10",
"build:docs": "nx build docs"
"build:docs": "nx build prosemirror-preset-angular-dev"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit c9381db

Please sign in to comment.