From f8d80bce903fb503399eaf3e55ebb19d43d49a92 Mon Sep 17 00:00:00 2001 From: Cam Saul <1455846+camsaul@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:53:14 -0700 Subject: [PATCH] Oops fix deploy (#33) --- .github/workflows/deploy.yml | 2 ++ .gitignore | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd3cf2c..1a366ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: environment: Deployment steps: - uses: actions/checkout@v4.1.0 + with: + fetch-depth: 0 - uses: ./.github/actions/setup with: cache-key: deploy diff --git a/.gitignore b/.gitignore index 51d667a..8dd4909 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,19 @@ -pom.xml -pom.xml.asc -*.jar *.class -/lib/ -/classes/ -/target/ -/checkouts/ +*.jar +*.~undo-tree~ +.clj-kondo/.cache +.cpcache/ .lein-deps-sum -.lein-repl-history -.lein-plugins/ .lein-failures +.lein-plugins/ +.lein-repl-history .nrepl-port -.cpcache/ -.clj-kondo/.cache /.lsp/ +/checkouts/ +/classes/ +/lib/ +/target/ +pom.xml +pom.xml.asc # malli + clj-kondo: ignore malli-types .clj-kondo/metosin/malli-types-clj