Skip to content

Commit

Permalink
Fix mkdocs bug (#489)
Browse files Browse the repository at this point in the history
* Added __init__.py file and updated frontend.md

* Ignored frontend.md in .stylelintrc.json

* Ignore all md files in mkdocs folder for linting

* Ignore all md files and patterns in mkdocs folder for linting

* Ignore all md patterns in mkdocs folder for linting

* Updated .stylelintrc.json

* Updated .stylelintrc.json

* Updated .stylelintrc.json

* Updated .stylelintrc.json

* Updated linter.yml

* Added setuptools installation in mkdocs-build.yml
  • Loading branch information
bzzz-coding authored Jan 25, 2024
1 parent e90c58c commit 3d972c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v3
- name: Publish docs
run: |
pip install --upgrade pip && pip install mkdocs
pip install --upgrade pip && pip install setuptools mkdocs
python mkdocs/mkdocs-config/setup.py develop
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
cd mkdocs
Expand Down

0 comments on commit 3d972c7

Please sign in to comment.