Skip to content

Commit

Permalink
disable docs in ci, trigger manually for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 21, 2023
1 parent 3b9ab54 commit 33b6009
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit 33b6009

Please sign in to comment.