Skip to content

Commit

Permalink
Merge pull request #179 from pph-collective/develop
Browse files Browse the repository at this point in the history
ci: fix homepage url
  • Loading branch information
mcmcgrath13 authored Mar 26, 2021
2 parents 30dbea5 + a394575 commit 599cdcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [ published ]

jobs:
deploy_site:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "TITAN Agent Based Model"
license = "GPL-3.0-only"
authors = ["Sam Bessey <[email protected]>", "Mary McGrath <[email protected]>"]
readme = "README.md"
homepage = "titanmodel.org"
homepage = "https://titanmodel.org"
repository = "https://github.com/pph-collective/TITAN"
documentation = "https://pph-collective.github.io/titan"
classifiers = ["Operating System :: OS Independent"]
Expand Down

0 comments on commit 599cdcb

Please sign in to comment.