Skip to content

Commit 43c1794

Browse files
authored
Update build-gh-pages.yml
1 parent fef3c97 commit 43c1794

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-gh-pages.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
run: |
3232
npm ci
3333
npx npm-run-all buildcss:* build:*
34-
mv ./dist/chatstatcreator.html ./dist/index.html
3534
mkdir ./dist/gh-pages
36-
tar -czf ./dist/gh-pages/github-pages.tar.gz ./dist/index.html
35+
mv ./dist/chatstatcreator.html ./dist/gh-pages/index.html
3736
3837
- name: Upload GitHub Pages artifact
3938
uses: actions/[email protected]

0 commit comments

Comments
 (0)