Skip to content

Commit

Permalink
Change location of api directory
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jun 24, 2024
1 parent 07a2953 commit ac2c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: 3.9
- run: |
pip install mkdocs mkdocstrings[python]
mkdocs build --config-file ./docs/apidocs/mkdocs.yml --site-dir api/
mkdocs build --config-file ./docs/apidocs/mkdocs.yml --site-dir ../api/
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down

0 comments on commit ac2c587

Please sign in to comment.