Skip to content

Commit 3e007a4

Browse files
authored
Merge pull request #2 from phcode-dev/abose-patch-1
Update deploy-staging.yml
2 parents bd41e8d + c21ccb1 commit 3e007a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-staging.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:staging
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)