From a47bf2a4f1f21193d2cdf1fd34f4efb048ec18e9 Mon Sep 17 00:00:00 2001 From: pablo justino Date: Fri, 22 Dec 2023 14:19:15 -0300 Subject: [PATCH] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index a456952..e7a506a 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -36,7 +36,7 @@ jobs: with: find: ".md" replace: ".html" - include: "**/*.md" + include: "**.md" regex: true - name: Build with Jekyll uses: actions/jekyll-build-pages@v1