Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Apr 4, 2024
2 parents 78119a1 + c6df86a commit 6a04efa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Sphinx: Render docs"
on:
push:
branches:
- 'master'
- 'main'

env:
GIT_USER_NAME: BattINFO Developers
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# domain-battery-model-lithium-ion
A domain ontology for lithium-ion battery models that is intended to support Newman-style continuum models and equivalent circuit models.
A domain ontology for lithium-ion battery models that is intended to support Newman-style continuum models and equivalent circuit models. It supports parameter interoperability between software.
2 changes: 1 addition & 1 deletion docs/ttl_to_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def rendering_workflow():

rst += render_rst_bottom()

with open("./sphinx/"+ rst_filename, "w+", encoding="utf-8") as f:
with open("./docs/"+ rst_filename, "w+", encoding="utf-8") as f:
f.write(rst)


Expand Down

0 comments on commit 6a04efa

Please sign in to comment.