diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yaml similarity index 97% rename from .github/workflows/hugo.yml rename to .github/workflows/hugo.yaml index 25a7538..854bc80 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yaml @@ -41,8 +41,6 @@ jobs: run: sudo snap install dart-sass - name: Checkout uses: actions/checkout@v4 - with: - submodules: recursive - name: Setup Pages id: pages uses: actions/configure-pages@v5