check themes folder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
maxime-cool 2024-01-12 11:10:29 +01:00
parent da78d6346b
commit 42e59ccbd4

View file

@ -11,6 +11,9 @@ steps:
- hugo version - hugo version
- echo "Checking folder" - echo "Checking folder"
- ls - ls
- echo "Checking theme"
- cd themes
- ls
# - name: submodule fetch # - name: submodule fetch
# image: drone/git # image: drone/git
# commands: # commands: