Skip to content

Commit

Permalink
fix(cli): rename github.io to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Hristov authored and Hristo Hristov committed Nov 12, 2024
1 parent 1a27b3a commit 5d25550
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/update/Update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function updatePackageJsonFiles(
function updateWorkflows(
fs: IFileSystem
): void {
const workflowFiles = ["node.js.yml", "github.io.yml"];
const workflowFiles = ["node.js.yml", "github-pages.yml"];
const oldNpmInstall = "- run: npm i # replace with 'npm ci' after committing lock file from first install";
const newNpmInstall =
`- run: echo "@infragistics:registry=https://packages.infragistics.com/npm/js-licensed/" >> ~/.npmrc
Expand Down
6 changes: 3 additions & 3 deletions spec/unit/update-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ title = 'igniteui-angular example';
# end content
`},
{
path: ".github/workflows/github.io.yml",
path: ".github/workflows/github-pages.yml",
content:
`# start content
- run: npm i # replace with 'npm ci' after committing lock file from first install
Expand Down Expand Up @@ -596,7 +596,7 @@ export default function Home() {
# end content
`},
{
path: ".github/workflows/github.io.yml",
path: ".github/workflows/github-pages.yml",
content:
`# start content
- run: npm i # replace with 'npm ci' after committing lock file from first install
Expand Down Expand Up @@ -890,7 +890,7 @@ export default class App extends LitElement {
# end content
`},
{
path: ".github/workflows/github.io.yml",
path: ".github/workflows/github-pages.yml",
content:
`# start content
- run: npm i # replace with 'npm ci' after committing lock file from first install
Expand Down

0 comments on commit 5d25550

Please sign in to comment.