From e3cf2faacfcf2dd01434623d5ac3279cc2d9d471 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 6 Jul 2024 12:52:40 +0800 Subject: [PATCH 1/3] Remove GH Pages --- .yo-rc.json | 8 ------ _config.yml | 1 - index.html | 27 ------------------- .markdownlint.json => test/.markdownlint.json | 0 4 files changed, 36 deletions(-) delete mode 100644 .yo-rc.json delete mode 100644 _config.yml delete mode 100644 index.html rename .markdownlint.json => test/.markdownlint.json (100%) diff --git a/.yo-rc.json b/.yo-rc.json deleted file mode 100644 index fa852ad..0000000 --- a/.yo-rc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "generator-awesome-list": { - "promptValues": { - "username": "Unmesh Gundecha", - "email": "upgundecha@gmail.com" - } - } -} \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 57e574c..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -markdown: CommonMarkGhPages \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 2cfe6bd..0000000 --- a/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - awesome-engineering - - - - - - - - - - \ No newline at end of file diff --git a/.markdownlint.json b/test/.markdownlint.json similarity index 100% rename from .markdownlint.json rename to test/.markdownlint.json From a3bd8d12b94fe00f2c2de6f6be3dc48a607564d5 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 6 Jul 2024 12:56:19 +0800 Subject: [PATCH 2/3] Fix path --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 136da9c..ef00538 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: uses: nosborn/github-action-markdown-cli@v1.1.1 with: files: README.md - config_file: ".markdownlint.json" + config_file: "/test/markdownlint.json" - name: Node setup uses: actions/setup-node@v1 From e3f1bd553c61ae10c142712c155f62f12b0bd12d Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 6 Jul 2024 13:09:15 +0800 Subject: [PATCH 3/3] Fix path --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ef00538..7c92bf2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: uses: nosborn/github-action-markdown-cli@v1.1.1 with: files: README.md - config_file: "/test/markdownlint.json" + config_file: "./test/.markdownlint.json" - name: Node setup uses: actions/setup-node@v1