Skip to content

Commit

Permalink
Adjust Github Actions config for docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Feb 16, 2025
1 parent 5259178 commit 913694c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
- name: Build docs
run: |
git config --global user.name "mkdocs"
git config --global user.email "mkdocs@puepy.dev"
poetry run mike deploy -u development
- name: Package and upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: site

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
git config --global user.name "ci-bot"
git config --global user.email "ci-bot@puepy.dev"
poetry run mike deploy --push -u development

0 comments on commit 913694c

Please sign in to comment.