Skip to content

Commit f328919

Browse files
committed
build: Remove outdated cp command for index.html in publish job
Follows-up 34c3ac2.
1 parent ebeddfb commit f328919

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
cp -R $GITHUB_WORKSPACE/{*.*,assets,coverage,demo,test} .
4141
# Modifications
4242
touch .nojekyll
43-
cp gh-pages.html index.html
4443
# Push
4544
git config user.name "${GITHUB_ACTOR}" && \
4645
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \

0 commit comments

Comments
 (0)