Skip to content

Commit

Permalink
Changed
Browse files Browse the repository at this point in the history
- Changed pages path
- Changed commands
- Update version
  • Loading branch information
Laplusdestiny committed Jul 13, 2024
1 parent 21373cf commit 18afbbd
Show file tree
Hide file tree
Showing 44 changed files with 60 additions and 4,386 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ jobs:
- name: Install dependencies
run: rye sync
- name: Build Sphinx
run: |
rye run sphinx-build docs/ docs/build
run: rye run sphinx-build docs/ docs/_build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './docs/build/'
path: './docs/_build/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
3 changes: 1 addition & 2 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Install dependencies
run: rye sync
- name: Build
run: |
poetry run python -m build
run: rye build
- name: Publish a Python distribution to PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit test

on:
push:
branches: [main, rye]
branches: [main]

jobs:
Unit-test:
Expand Down
4 changes: 0 additions & 4 deletions docs/build/.buildinfo

This file was deleted.

Binary file not shown.
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/introduction.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/source/wrapper.doctree
Binary file not shown.
7 changes: 0 additions & 7 deletions docs/build/_sources/build/_static/scripts/furo.js.LICENSE.txt

This file was deleted.

49 changes: 0 additions & 49 deletions docs/build/_sources/index.rst.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/build/_sources/source/introduction.md.txt

This file was deleted.

49 changes: 0 additions & 49 deletions docs/build/_sources/source/wrapper.md.txt

This file was deleted.

Loading

0 comments on commit 18afbbd

Please sign in to comment.