Skip to content

Commit

Permalink
Revert "attempt numero uno (#477)" (#478)
Browse files Browse the repository at this point in the history
This reverts commit 7b5ddd3.
  • Loading branch information
MattPereira authored Nov 18, 2023
1 parent f80c478 commit f8938f9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/mkdocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install mkdocs
- name: Install mkdocs
uses: actions/setup-python@v3
- name: Publish docs
run: |
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
pip install --upgrade pip && pip install mkdocs
python mkdocs/mkdocs-config/setup.py develop
mkdocs gh-deploy --config-file mkdocs/mkdocs.yml
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
cd mkdocs
cd mkdocs-config
python setup.py develop
cd ..
mkdocs gh-deploy

0 comments on commit f8938f9

Please sign in to comment.