diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index a821437..ad8cc7a 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,24 +1,24 @@ name: Docs -on: [push, pull_request, workflow_dispatch] +on: [push, workflow_dispatch] permissions: contents: write jobs: - docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - name: Install dependencies - run: | - pip install sphinx sphinx_rtd_theme matplotlib tqdm - - name: Sphinx build - run: | - sphinx-apidoc -o docs/source . && sphinx-build docs _build - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - with: - publish_branch: gh-pages - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _build/ - force_orphan: true + docs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 + - name: Install dependencies + run: | + pip install sphinx sphinx_rtd_theme matplotlib tqdm + - name: Sphinx build + run: | + sphinx-apidoc -o docs/source . && sphinx-build docs _build + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + with: + publish_branch: gh-pages + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: _build/ + force_orphan: true diff --git a/CNAME b/CNAME deleted file mode 100644 index 6da98c0..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.yannhoffmann.com