Skip to content

Commit

Permalink
Merge pull request #7 from goatbytes/develop
Browse files Browse the repository at this point in the history
Update workflow for custom plugin
  • Loading branch information
jaredrummler committed Apr 6, 2024
2 parents b12b21f + 261e28f commit 3ad472d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
pip install mkdocs-minify-plugin
pip install neoteroi-mkdocs
pip install mkdocs-git-revision-date-localized-plugin
# Install custom plugin
pip install -e ./plugins/default_meta
# Use the full path for installing the custom plugin
pip install -e ${{ github.workspace }}/plugins/default_meta
- name: Set PYTHONPATH
run: echo "PYTHONPATH=${PYTHONPATH}:$(pwd)/plugins" >> $GITHUB_ENV

- name: Build MkDocs site
run: mkdocs build
Expand Down

0 comments on commit 3ad472d

Please sign in to comment.