From bd27b794023e358dc809ac98ea007cb112d0e306 Mon Sep 17 00:00:00 2001 From: Cyril Koenig Date: Mon, 3 Feb 2025 12:09:06 +0100 Subject: [PATCH] docs: Add requirements.txt --- .github/workflows/publish-docs.yml | 2 +- mkdocs.yml | 2 +- requirements.txt | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 0d0ecf2..1d1c750 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -8,7 +8,7 @@ name: publish-docs on: push: - branches: [ carfield/main ] + branches: [ carfield/main, workflow_dispatch ] workflow_dispatch: jobs: diff --git a/mkdocs.yml b/mkdocs.yml index 2697ca4..8b15542 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,7 +18,7 @@ theme: - navigation.indexes - navigation.footer -repo_url: https://iis-git.ee.ethz.ch/hero/hero-tools/ +repo_url: https://github.com/pulp-platform/hero-tools repo_name: hero-tools nav: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..973b2f8 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +mkdocs +mkdocs-material +mkdocs-glightbox