mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 02:53:22 +00:00
fix: Update Pages artifact preparation to place build files directly in the artifact directory
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare Pages artifact
|
- name: Prepare Pages artifact
|
||||||
run: |
|
run: |
|
||||||
cp -r public/build ./gh-pages-artifact/build/
|
cp -r public/build ./gh-pages-artifact/
|
||||||
cp public/index.html ./gh-pages-artifact/
|
cp public/index.html ./gh-pages-artifact/
|
||||||
cp public/global.css ./gh-pages-artifact/
|
cp public/global.css ./gh-pages-artifact/
|
||||||
cp -r public/data ./gh-pages-artifact/
|
cp -r public/data ./gh-pages-artifact/
|
||||||
|
|||||||
Reference in New Issue
Block a user