We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abed8f8 commit 76b744cCopy full SHA for 76b744c
1 file changed
.github/workflows/react-frontend.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
defaults:
11
run:
12
- working-directory: 'ts-grpc-react-front'
+ working-directory: 'ts-grpc-vite-front'
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
@@ -42,5 +42,5 @@ jobs:
42
host: ${{ secrets.HOST }}
43
username: ${{ secrets.USERNAME }}
44
key: ${{ secrets.SSH_KEY }}
45
- source: "./ts-grpc-react-front/build"
+ source: "./ts-grpc-vite-front/dist"
46
target: ${{ secrets.REACT_DEMO_TARGET_PATH }}
0 commit comments