Skip to content

Commit

Permalink
Add pointer to website
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Sep 13, 2024
1 parent 7cb1b3f commit 2060bfb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
with:
python-version: "3.x"

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs # Add any other dependencies your MkDocs site needs
run: make install

- name: Build MkDocs site
run: mkdocs build
run: poetry run mkdocs build

- name: Deploy to Next.js repo
env:
Expand Down

0 comments on commit 2060bfb

Please sign in to comment.