forked from DiscordBots/lilJudd
fix> update ci
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
90f9dd15c9
commit
e215f556e7
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#file: noinspection YAMLSchemaValidation
|
||||
on: [ push ]
|
||||
jobs:
|
||||
build_and_publish:
|
||||
|
@ -6,7 +7,7 @@ jobs:
|
|||
image: gradle
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: DiscordBots/liljudd@master
|
||||
- name: Clean Caches
|
||||
run: |
|
||||
rm -f .gradle/caches/modules-2/modules-2.lock
|
||||
|
|
Loading…
Reference in a new issue