Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Jan 16, 2025
1 parent 90e0fc6 commit 63f37af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: '0'

- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run a command
- name: Run a command
run: |
mkdocs build
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# ignore the built site
/site**

.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"MD025": {"front_matter_title": ""},
"MD007": {"indent": 4},
"MD024": {"siblings_only": true}
}
}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.superfences
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material
mkdocs-git-revision-date-localized-plugin
mkdocs-git-revision-date-localized-plugin

0 comments on commit 63f37af

Please sign in to comment.