mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 02:53:22 +00:00
fix: Enhance Pages artifact preparation in GitHub Actions workflow
This commit is contained in:
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@@ -31,7 +31,11 @@ jobs:
|
|||||||
- name: Prepare Pages artifact
|
- name: Prepare Pages artifact
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./gh-pages-artifact
|
mkdir -p ./gh-pages-artifact
|
||||||
cp -r public/build/* ./gh-pages-artifact/
|
cp public/build/* ./gh-pages-artifact/
|
||||||
|
cp public/index.html ./gh-pages-artifact/
|
||||||
|
cp public/global.css ./gh-pages-artifact/
|
||||||
|
cp -r public/data ./gh-pages-artifact/
|
||||||
|
cp -r public/logos ./gh-pages-artifact/
|
||||||
if [ -f public/CNAME ]; then
|
if [ -f public/CNAME ]; then
|
||||||
cp public/CNAME ./gh-pages-artifact/CNAME
|
cp public/CNAME ./gh-pages-artifact/CNAME
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user