Skip to content

Commit 34c3ac2

Browse files
committed
docs: move assets/gh-pages.html to index.html
This matches how we publish the website, keeps things easier locally if we put it in the same place, even if slightly muddying the top-level directory semantically (since it's not primarily a website). It is already excluded from npm publication through the limited "files" list in package.json.
1 parent 0eef7e7 commit 34c3ac2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/coverage.yaml

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

0 commit comments

Comments
 (0)