Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kvdomingo/primerdriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: kvdomingo/primerdriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. fix(ui): docs link

    kvdomingo committed Nov 8, 2024
    Copy the full SHA
    b054a0b View commit details
  2. Copy the full SHA
    8d14168 View commit details
  3. docs: update links

    kvdomingo committed Nov 8, 2024
    Copy the full SHA
    e86198e View commit details
Showing with 7 additions and 3 deletions.
  1. +2 −1 .github/workflows/publish-pypi.yml
  2. +1 −0 docs/CNAME
  3. +3 −1 pyproject.toml
  4. +1 −1 ui/src/components/Landing.jsx
3 changes: 2 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ name: Upload to PyPI
on:
release:
types: [ published ]
workflow_dispatch:

permissions:
contents: read
@@ -18,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v5
with:
python-version: '3.10'

1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
primerdriver-docs.kvd.studio
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,9 @@ authors = [
"Numeriano Amer E. Gutierrez <ngutierrez@evc.pshs.edu.ph>"
]
readme = "README.md"
homepage = "https://github.com/kvdomingo/primerdriver"
homepage = "https://primerdriver.kvd.studio"
repository = "https://github.com/kvdomingo/primerdriver"
documentation = "https://primerdriver-docs.kvd.studio"
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 5 - Production/Stable",
2 changes: 1 addition & 1 deletion ui/src/components/Landing.jsx
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ function Landing() {
</a>
{" | "}
<a
href="https://primerdriver-docs.lab.kvd.studio"
href="https://primerdriver-docs.kvd.studio"
target="_blank"
rel="noopener noreferrer"
className="px-2"