From baec0a339604d22cb8446ac4c4c6b507ada53584 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Wed, 7 Feb 2024 16:16:40 +0100 Subject: [PATCH] Add index file for docs to be able to render it Signed-off-by: Frantisek Lachman --- .github/workflows/docs-test-build.yml | 2 +- docs/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/index.md diff --git a/.github/workflows/docs-test-build.yml b/.github/workflows/docs-test-build.yml index 4b4b956..bdf47a6 100644 --- a/.github/workflows/docs-test-build.yml +++ b/.github/workflows/docs-test-build.yml @@ -33,7 +33,7 @@ jobs: path: ".agile-docs" - name: Move out the ‹agile› - run: mv .agile/docs agile + run: mv .agile-docs/docs agile - name: Generate newer usage graphs run: | diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..873c312 --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +# Packit Agile Documentation