Skip to content

Commit

Permalink
fix: stash built files
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Jan 27, 2024
1 parent b3ef651 commit a228ec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.2anki.net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
CREATE_DECK_DIR=~/src/github.com/2anki/create_deck
SERVER_DIR=~/src/github.com/2anki/2anki.net
git -C ${SERVER_DIR} clean -fd
git -C ${WEB_DIR} clean -fd
git -C ${SERVER_DIR} stash
git -C ${WEB_DIR} stash
git -C ${CREATE_DECK_DIR} pull origin
git -C ${SERVER_DIR} pull origin
git -C ${WEB_DIR} pull origin
Expand Down

0 comments on commit a228ec4

Please sign in to comment.