From 6687b76e3c148f79bbf41cde8ef19cc92d6511eb Mon Sep 17 00:00:00 2001 From: Mohamed Firas <62911996+Fir121@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:45:40 +0400 Subject: [PATCH] requirements added --- .github/workflows/ci.yml | 4 +--- requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd1878b..7a1ac8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,5 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.x - - run: pip install mkdocs-material - - run: pip install mkdocs-same-dir - - run: pip install pymdown-extensions + - run: pip install -r requirements.txt - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..469f080 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +mkdocs-material +mkdocs-same-dir +pymdown-extensions \ No newline at end of file