Skip to content

Commit 3d3c7e6

Browse files
committed
update publish pages workflow: Remove index from README before build
1 parent aa3e3c0 commit 3d3c7e6

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)