Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Feb 6, 2023
1 parent 968724c commit a9fdb7f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build docs
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
cache-dependency-path: requirements*.txt

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade --upgrade-strategy eager -e .[dev]
python -m pip install --upgrade --upgrade-strategy eager -e ".[dev]"
mkdocs build
- name: Publish docs
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
Expand Down

0 comments on commit a9fdb7f

Please sign in to comment.