diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7e079e1..874c88a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,8 +11,11 @@ jobs: steps: - name: Checkout run: | + pwd git clone https://git.alocoq.fr/alois/CoqBlog.git . + ls themes/ git submodule update --init --recursive + ls themes/PaperMod/ - name: Install Hugo run: |