Unverified Commit 68f8a590 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Skip deploy cleanup

So that the docs that were built in the script section are not blown away by the `git stash --all` that is run just before deploying.
parent a401f329
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ after_success:
 
deploy:
  provider: script
  skip_cleanup: true
  script: bash deploy.sh
  on:
    branch: dev