Skip to content

Commit

Permalink
deploy mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 31, 2023
1 parent 77f535b commit be8b9d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# We need to additionally fetch the gh-pages branch for mike deploy
with:
fetch-depth: 0

- name: Set up Python 3.11
id: setup-python
Expand Down

0 comments on commit be8b9d3

Please sign in to comment.