mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
fix: Update Pages artifact preparation to organize build files
This commit is contained in:
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
||||
|
||||
- name: Prepare Pages artifact
|
||||
run: |
|
||||
mkdir -p ./gh-pages-artifact
|
||||
cp public/build/* ./gh-pages-artifact/
|
||||
mkdir -p ./gh-pages-artifact/build
|
||||
cp public/build/* ./gh-pages-artifact/build/
|
||||
cp public/index.html ./gh-pages-artifact/
|
||||
cp public/global.css ./gh-pages-artifact/
|
||||
cp -r public/data ./gh-pages-artifact/
|
||||
|
||||
Reference in New Issue
Block a user