Skip to content

Commit

Permalink
updated flow for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglodha committed Nov 1, 2024
1 parent 8638cf6 commit 63b23a5
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 473 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1
- name: Install dependencies
run: poetry install --with docs
- 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: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
38 changes: 0 additions & 38 deletions docs/requirements.txt

This file was deleted.

Loading

0 comments on commit 63b23a5

Please sign in to comment.