Skip to content

Commit

Permalink
fix: docs not being built in gh-pages (#263)
Browse files Browse the repository at this point in the history
* Add GitHub Actions workflow for documentation deployment

* fix: gitHub cctions workflow for doc deployment

* fix: pip deps issue in gh actions workflow for doc deployment

* fix: py version deps mismatch in gh actions workflow for doc deployment

* add GitHub Actions workflow for documentation deployment

* add doc deployment workflow

* add CNAME

* add CNAME to MANIFEST.in

* fix: doc does not build in gh-pages
  • Loading branch information
r3yc0n1c authored Feb 11, 2025
1 parent e2885b9 commit 42aaf2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Deploy Sphinx Documentation to GitHub Pages

on:
push:
branches:
- deployment # Adjust this to your default branch
branches: [ development, main ]

jobs:
deploy:
Expand All @@ -26,7 +25,7 @@ jobs:

- name: Build documentation
run: make html
working-directory: doc # Adjust to your Sphinx docs directory
working-directory: doc

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 42aaf2e

Please sign in to comment.