Skip to content

Commit

Permalink
Removed _build directory from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ribesstefano committed Aug 19, 2024
1 parent 989c91c commit 488d085
Show file tree
Hide file tree
Showing 55 changed files with 34 additions and 9,336 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Deploy Documentation

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout the repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
- name: Build the documentation
run: |
cd docs
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/source/modules.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/.buildinfo

This file was deleted.

18 changes: 0 additions & 18 deletions docs/_build/html/_sources/index.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_build/html/_sources/source/modules.rst.txt

This file was deleted.

This file was deleted.

This file was deleted.

123 changes: 0 additions & 123 deletions docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

Loading

0 comments on commit 488d085

Please sign in to comment.