Skip to content

Commit

Permalink
ci(fix): fix wrong script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Feb 26, 2021
1 parent a22edba commit b9b7150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- run: yarn test:coverage
- run: yarn docs
- run: |
mkdir -p public
mv build/* public/main
mkdir -p public/main
cp -r build/* public/main
mv README.m public/
mkdir -p public_dev
mv build/* public/develop
mkdir -p public_dev/develop
cp -r build/* public/develop
- name: Deploy Main
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand Down

0 comments on commit b9b7150

Please sign in to comment.