-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(documentation): Add GitHub Actions workflow for Sphinx docs deployment #37
base: dev
Are you sure you want to change the base?
Conversation
…ckage installation
.github/workflows/deploy-docs.yml
Outdated
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/_build/html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ozkanuysal I think we you need to push the entire _build directory and not just the html folder, please check this again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@@ -24,7 +24,7 @@ jobs: | |||
- name: Install pypa/build | |||
run: python3 -m pip install build --user | |||
- name: Build a binary wheel and a source tarball | |||
run: python3 -m build | |||
run: python3 -m build | |||
- name: Store the distribution packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ozkanuysal does this workflow executes successfully ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this workflow is executed and completed.
…orkflow_dispatch for documentation deployment
… Python version to 3.8
… and refactor/document_automation branches
…-testpypi workflow
…ws to support push events on main and refactor/document_automation branches
Only publish-testpypi automation is not working correctly. If you can able to add we can also look&update that yml file. Except for that case we are cool with other isseues you can check it. @Xnsam |
No description provided.