From 33b600954a89673064e032e5e9941306f4276337 Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:19:10 +0100 Subject: [PATCH] disable docs in ci, trigger manually for now --- .github/workflows/CI.yml | 46 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 59058eb..c3027ae 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -147,26 +147,26 @@ jobs: args: --non-interactive --skip-existing * - deploy_docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Configure Git Credentials - run: | - git config user.name github-actions[bot] - git config user.email 41898282+github-actions[bot]@users.noreply.github.com - - uses: actions/setup-python@v4 - with: - python-version: 3.x - - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v3 - with: - key: mkdocs-material-${{ env.cache_id }} - path: .cache - restore-keys: | - mkdocs-material- - - run: make install - working-directory: polars_distance - - run: pip install -r requirements.txt - working-directory: polars_distance - - run: mkdocs gh-deploy --force \ No newline at end of file + # deploy_docs: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - name: Configure Git Credentials + # run: | + # git config user.name github-actions[bot] + # git config user.email 41898282+github-actions[bot]@users.noreply.github.com + # - uses: actions/setup-python@v4 + # with: + # python-version: 3.x + # - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV + # - uses: actions/cache@v3 + # with: + # key: mkdocs-material-${{ env.cache_id }} + # path: .cache + # restore-keys: | + # mkdocs-material- + # - run: make install + # working-directory: polars_distance + # - run: pip install -r requirements.txt + # working-directory: polars_distance + # - run: mkdocs gh-deploy --force \ No newline at end of file