Skip to content

Commit 98152b1

Browse files
committed
fixed wrong folder name
1 parent ef390a3 commit 98152b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CLOUDFLARE_API_TOKEN: ${{ vars.CLOUDFLARE_API_TOKEN }}
2929
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
3030
run: |
31-
cd frontend631709
31+
cd frontend
3232
yarn install
3333
yarn test --no-watch --source-map=false --browsers=ChromeHeadless
3434
yarn build --configuration=production

0 commit comments

Comments
 (0)