Skip to content

Commit

Permalink
Use branch-based deployments for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Nov 12, 2024
1 parent e1c8d76 commit b7839df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Build MkDocs site
run: mkdocs build --clean

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
github_token: ${{ secrets.GH_PAGES }}
publish_dir: ./site
branch: gh-pages
folder: site

0 comments on commit b7839df

Please sign in to comment.