Skip to content

Commit

Permalink
fix(ci): try to add a requirements for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygilkerson committed Dec 31, 2023
1 parent 4d9398c commit bcc4cda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout main
uses: actions/checkout@v2

- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip3 install mkdocs-same-dir
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'
# - run: pip3 install mkdocs-same-dir

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand All @@ -29,4 +29,4 @@ jobs:
# CONFIG_FILE: folder/mkdocs.yml
# EXTRA_PACKAGES: build-base
# GITHUB_DOMAIN: github.myenterprise.com
# REQUIREMENTS: folder/requirements.txt
REQUIREMENTS: requirements.txt
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs-same-dir==0.1.2

0 comments on commit bcc4cda

Please sign in to comment.