Skip to content

Commit

Permalink
chore(ci): publish to ngx-bs and update gh_pages source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jun 1, 2021
1 parent c773693 commit d6d0002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gh-pages-predeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const oldVersionDir = 'gh-pages/old/';
const versionsFilePath = 'assets/json/versions.json';
const currentVersionFilePath = 'assets/json/current-version.json';

const demoDistDir = 'dist/static/ngx-bootstrap';
const demoDistDir = 'dist/apps/ngx-bootstrap';
const hostname = 'ngx-bootstrap';

(async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/root/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ngx-bootstrap-ci",
"name": "ngx-bootstrap",
"version": "7.0.0-rc.1",
"description": "Angular Bootstrap",
"author": "Dmitriy Shekhovtsov <[email protected]>",
Expand Down

0 comments on commit d6d0002

Please sign in to comment.