Skip to content

Commit

Permalink
chore: remove TMP_BUILD_DIR before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Oct 22, 2023
1 parent b148e20 commit bee3535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.2anki.net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
pip install -r ${CREATE_DECK_DIR}/requirements.txt
rm -r ${TMP_BUILD_DIR}
npm --prefix ${SERVER_DIR} run build
BUILD_PATH=${TMP_BUILD_DIR} npm --prefix ${WEB_DIR} run build
rsync -avh ${TMP_BUILD_DIR} ${WEB_DIR} --delete
Expand Down

0 comments on commit bee3535

Please sign in to comment.