Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TFD1992 committed Sep 6, 2023
1 parent 15e6745 commit df96e48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
- name: Install and build 🔧
run: | # Install packages and build the static files
mkdir docs-build || true
cd wolves_app
yarn
CI=false yarn build
cp -r wolves_app/build/* docs-build/
cp -r build/* docs-build/
- name: copy catalogue metadata
run: |
Expand Down

0 comments on commit df96e48

Please sign in to comment.