Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59149ba

Browse files
authored
Update deploy-production.yml
1 parent2cc1344 commit59149ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/workflows/deploy-production.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ jobs:
2424
run:|
2525
npm install
2626
npm run release:prod
27+
npm run test
28+
cp -r dist distToDeploy/
29+
cp -r dist distToDeploy/src/
30+
cp -r test distToDeploy/test/
2731
shell:bash
2832

2933
-name:Copying release artifacts to public folder
3034
run:|
3135
mkdir -p ./public
32-
cp -r ./phoenix/dist/. ./public
36+
cp -r ./phoenix/distToDeploy/. ./public
3337
shell:bash
3438
-name:Deploy Github Pages
3539
uses:peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp