Skip to content

Commit 5d25550

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): rename github.io to github-pages
1 parent 1a27b3a commit 5d25550

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/github.io.yml renamed to packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/github-pages.yml

File renamed without changes.

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/github.io.yml renamed to packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/github-pages.yml

File renamed without changes.

packages/core/update/Update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function updatePackageJsonFiles(
198198
function updateWorkflows(
199199
fs: IFileSystem
200200
): void {
201-
const workflowFiles = ["node.js.yml", "github.io.yml"];
201+
const workflowFiles = ["node.js.yml", "github-pages.yml"];
202202
const oldNpmInstall = "- run: npm i # replace with 'npm ci' after committing lock file from first install";
203203
const newNpmInstall =
204204
`- run: echo "@infragistics:registry=https://packages.infragistics.com/npm/js-licensed/" >> ~/.npmrc

packages/igx-templates/igx-ts-legacy/projects/_base/files/__dot__github/workflows/github.io.yml renamed to packages/igx-templates/igx-ts-legacy/projects/_base/files/__dot__github/workflows/github-pages.yml

File renamed without changes.

packages/igx-templates/igx-ts-legacy/projects/_base_with_home/files/__dot__github/workflows/github.io.yml renamed to packages/igx-templates/igx-ts-legacy/projects/_base_with_home/files/__dot__github/workflows/github-pages.yml

File renamed without changes.

packages/igx-templates/igx-ts/projects/_base/files/__dot__github/workflows/github.io.yml renamed to packages/igx-templates/igx-ts/projects/_base/files/__dot__github/workflows/github-pages.yml

File renamed without changes.

packages/igx-templates/igx-ts/projects/_base_with_home/files/__dot__github/workflows/github.io.yml renamed to packages/igx-templates/igx-ts/projects/_base_with_home/files/__dot__github/workflows/github-pages.yml

File renamed without changes.

spec/unit/update-spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ title = 'igniteui-angular example';
295295
# end content
296296
`},
297297
{
298-
path: ".github/workflows/github.io.yml",
298+
path: ".github/workflows/github-pages.yml",
299299
content:
300300
`# start content
301301
- run: npm i # replace with 'npm ci' after committing lock file from first install
@@ -596,7 +596,7 @@ export default function Home() {
596596
# end content
597597
`},
598598
{
599-
path: ".github/workflows/github.io.yml",
599+
path: ".github/workflows/github-pages.yml",
600600
content:
601601
`# start content
602602
- run: npm i # replace with 'npm ci' after committing lock file from first install
@@ -890,7 +890,7 @@ export default class App extends LitElement {
890890
# end content
891891
`},
892892
{
893-
path: ".github/workflows/github.io.yml",
893+
path: ".github/workflows/github-pages.yml",
894894
content:
895895
`# start content
896896
- run: npm i # replace with 'npm ci' after committing lock file from first install

0 commit comments

Comments
 (0)