Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Apr 14, 2021
1 parent b300899 commit c5f2b04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ jobs:
- uses: actions/checkout@v1
- run: |
git fetch --no-tags --prune --depth=1 origin gh-pages
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ."[docs]"
- name: Build docs
run: mkdocs build

- name: Publish docs
run: mkdocs gh-deploy


0 comments on commit c5f2b04

Please sign in to comment.