summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSylvain Gauthier <syg@pedantic.software>2021-03-29 23:48:17 +1100
committerGitHub <noreply@github.com>2021-03-29 08:48:17 -0400
commit170cb52dd7769e9ab495274f5f42354beccfc3fb (patch)
tree6ba16843e9bf108543ce0a1ebb951e511723edc3 /.github
parentce02d105274c0dc1c98254f00de02ff277595cbb (diff)
gotta go fast: don't clean before building (#487)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/upload.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index 6e18942..9fa59d6 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -30,4 +30,4 @@ jobs:
cd repo
git stash
git pull --force origin master
- make clean deploy
+ make deploy