Skip to content

Commit

Permalink
Oops fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Sep 11, 2024
1 parent 00baaa5 commit 76877c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
environment: Deployment
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: ./.github/actions/setup
with:
cache-key: deploy
Expand Down
23 changes: 12 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76877c4

Please sign in to comment.