Skip to content

Commit

Permalink
move frontend folder to root dir (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdeveloper authored Sep 30, 2024
1 parent cce815c commit b4dc71c
Show file tree
Hide file tree
Showing 83 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: OCR/frontend
working-directory: frontend

steps:
- name: Checkout code
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./OCR/frontend/client.tgz
path: ./frontend/client.tgz

deploy:
name: Deploy
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/frontend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- main
paths:
- .github/workflows/frontend-tests.yml
- OCR/frontend/**
- frontend/**
pull_request:
paths:
- .github/workflows/frontend-tests.yml
- OCR/frontend/**
- frontend/**
jobs:
vitests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: OCR/frontend
working-directory: frontend
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: OCR/frontend
working-directory: frontend
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b4dc71c

Please sign in to comment.