From 8726f8f2c6f21efc4ef9ba6eef5c72d5f1037f11 Mon Sep 17 00:00:00 2001 From: yyewolf Date: Wed, 13 Nov 2024 17:33:19 +0000 Subject: [PATCH 1/2] test: test preview pr --- docs/content/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/index.md b/docs/content/index.md index 05d99dd..3038ead 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -1,2 +1,3 @@ # Documentation +Tests From 0175f9a1e3b34e18e788f3f127f9ae8094c456c6 Mon Sep 17 00:00:00 2001 From: yyewolf Date: Wed, 13 Nov 2024 17:41:32 +0000 Subject: [PATCH 2/2] chore(init): add build --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 178d11f..4236ab0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,6 +36,7 @@ jobs: run: | cd docs pip install -r requirements.txt + mkdocs build # Deploy with pr-preview only on PRs - name: Deploy preview