From 1a829bf5b611ed86d047b0057b99c20671dc2370 Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Mon, 28 Aug 2023 10:13:12 -0500 Subject: [PATCH 1/2] fix landing page theme --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3f7d5a1..939954f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- title: Windows File Documentation -layout: default +layout: base --- ## Find information about a Windows binary From 7f80d606e5a98bf204c09283e7a75a3571eb7830 Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Mon, 28 Aug 2023 10:35:46 -0500 Subject: [PATCH 2/2] increase test verbosity --- .github/workflows/jekyll-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-test.yml b/.github/workflows/jekyll-test.yml index 045e4d4..6d6e5b3 100644 --- a/.github/workflows/jekyll-test.yml +++ b/.github/workflows/jekyll-test.yml @@ -22,7 +22,7 @@ jobs: - name: Compile Jekyll run: | cd docs - bundle exec jekyll build --future + bundle exec jekyll build --future --verbose build-windows: @@ -40,4 +40,4 @@ jobs: - name: Compile Jekyll run: | cd docs - bundle exec jekyll build --future + bundle exec jekyll build --future --verbose