Skip to content

Commit

Permalink
Release v0.9.1 rc2 (#685)
Browse files Browse the repository at this point in the history
* grant docs workflow more permissions for gh-pages

* fix typo in docs_requirements

* bump to version 0.9.1-rc2
  • Loading branch information
vtnate authored Dec 18, 2024
1 parent 3cade17 commit bb1238b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
- main
paths:
- docs/**
permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
steps:
- uses: actions/checkout@v4
- name: Deploy docs
Expand Down
2 changes: 1 addition & 1 deletion docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
markdown-include~=0.8.1
mkdocs-material~=9.5.49
mkdocs-schema-reader~=0.11.1
mkdocstrings-python~=1.12.2"
mkdocstrings-python~=1.12.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geojson-modelica-translator"
version = "0.9.1-rc1"
version = "0.9.1-rc2"
description = "Package for converting GeoJSON to Modelica models for urban scale analyses."
authors = ["URBANopt DES Team <[email protected]>"]
license = "BSD-4-Clause"
Expand Down

0 comments on commit bb1238b

Please sign in to comment.