Skip to content

Commit a228ec4

Browse files
committed
fix: stash built files
1 parent b3ef651 commit a228ec4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.2anki.net.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
CREATE_DECK_DIR=~/src/github.com/2anki/create_deck
2828
SERVER_DIR=~/src/github.com/2anki/2anki.net
2929
30+
git -C ${SERVER_DIR} clean -fd
31+
git -C ${WEB_DIR} clean -fd
32+
git -C ${SERVER_DIR} stash
33+
git -C ${WEB_DIR} stash
34+
35+
3036
git -C ${CREATE_DECK_DIR} pull origin
3137
git -C ${SERVER_DIR} pull origin
3238
git -C ${WEB_DIR} pull origin

0 commit comments

Comments
 (0)