Skip to content

Commit

Permalink
Remove CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann21 committed Aug 17, 2024
1 parent 31ef963 commit 1572ac6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

0 comments on commit 1572ac6

Please sign in to comment.