Skip to content

Commit

Permalink
Added Sphinx to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Aug 11, 2021
1 parent 3139842 commit c5c91fa
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 13 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- name: Install dependencies
run: poetry install

- uses: ammaraskar/sphinx-action@master
with:
docs-folder: docs/
- name: Build docs
run: poetry run sphinx-build -b html docs docs/_build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./docs/_build/html
publish_dir: ./docs/_build
cname: django-graphql-jwt.domake.io
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Loading

0 comments on commit c5c91fa

Please sign in to comment.