mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 04:27:59 +00:00
fix: Refactor Pages artifact preparation to ensure build files are organized in a dedicated directory
This commit is contained in:
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@@ -30,7 +30,8 @@ jobs:
|
||||
|
||||
- name: Prepare Pages artifact
|
||||
run: |
|
||||
cp -r 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