Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Remove version file and use command instead
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Aug 1, 2021
1 parent 3ddbb66 commit 3cb9f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- run: yarn install
- run: yarn build
- run: cp config.json webapp/
- run: cp version webapp/
- run: |
echo $(grep version package.json | sed 's|.*: \"\(.*\)\",|\1|') > webapp/version
- name: Deploy
uses: crazy-max/ghaction-github-pages@v2
Expand Down
1 change: 0 additions & 1 deletion version

This file was deleted.

0 comments on commit 3cb9f14

Please sign in to comment.