From 7f2003ed88296bce75dfe2a57fbb04e067cbb34a Mon Sep 17 00:00:00 2001 From: etabeta1 Date: Mon, 25 Dec 2023 21:52:51 +0100 Subject: [PATCH] ci: test --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 13610f4..1e9ec25 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: # uses: chetan/git-restore-mtime-action@v2 - name: test run: | - git log --pretty=fuller + git log --pretty=fuller ./Misure/formulario.md - name: Build docs run: | find . -type f -name "*.md" -mindepth 2 -print0 | while read -d $'\0' doc