Skip to content

Commit

Permalink
Renames frontend folder
Browse files Browse the repository at this point in the history
  • Loading branch information
benj-zen committed Jun 17, 2020
1 parent 9cd495e commit 98671cc
Show file tree
Hide file tree
Showing 14 changed files with 259 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
working-directory: tools/validation
run: npm install
- name: Create PQDB SQLite-File
run: node tools/validation/validate.js pqdb-frontend/public/pqdb.sqlite pqdb-frontend/src/tables.svg
run: node tools/validation/validate.js frontend/public/pqdb.sqlite frontend/src/tables.svg
- name: Install Frontend Dependencies and Build
working-directory: pqdb-frontend
working-directory: frontend
run: |
yarn install
yarn build
Expand All @@ -28,5 +28,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: pqdb-frontend/build
FOLDER: frontend/build
SINGLE_COMMIT: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added frontend/public/pqdb.sqlite
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
256 changes: 256 additions & 0 deletions frontend/src/tables.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.

0 comments on commit 98671cc

Please sign in to comment.