Skip to content

Commit 369c399

Browse files
Merge pull request #23 from NxtLvLSoftware/dev-to-dist
Merge dev changes to dist
2 parents 2c3ccc6 + 8c1deed commit 369c399

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pages-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030

3131
- uses: actions/checkout@v4
3232

33+
- name: Remove README.md index lines
34+
run: |
35+
sed -i '28,45d' README.md
36+
3337
- name: Use Node.js ${{ env.NODE_VERSION }}
3438
uses: actions/setup-node@v3
3539
with:

0 commit comments

Comments
 (0)