Skip to content

Commit

Permalink
workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
benrutter committed Nov 8, 2024
1 parent 265b88e commit e2924cb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: Tiryoh/actions-mkdocs@v0
with:
mkdocs_version: 'latest'
configfile: 'mkdocs.yml'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Set up Python
uses: actions/setup-python@v2
- name: Build and Deploy
run: |
pip install --upgrade pip
pip install -r requirements-dev.lock
git config user.name 'github-actions[bot]' && config user.email 'github-actions[bot]@users.noreply.github.com'
python -m mkdocs gh-deploy
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site

0 comments on commit e2924cb

Please sign in to comment.