Skip to content

Commit

Permalink
Merge branch 'trunk' into improve-templating
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander authored Dec 2, 2024
2 parents 6df3933 + d131e85 commit e91eba3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: ls -lR

- name: Create release
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
env:
RUST_LOG: "mdbook=info"
- name: Check links
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1.0
with:
args: -n .
fail: true
Expand Down
1 change: 1 addition & 0 deletions doc/src/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ The following people have contributed to the development of **row**:
* Joshua A. Anderson, University of Michigan
* Jen Bradley, University of Michigan
* Joseph Burkhart, University of Michigan
* Kate Jensen, University of Michigan
* Tim Moore, University of Michigan
2 changes: 1 addition & 1 deletion doc/src/guide/concepts/hoomd-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def action_implementation(job, communicator):
"""Implement the action on a single job."""
# Your HOOMD-blue simulation goes here. Use the given communicator. For example:
# cpu = hoomd.device.CPU(communicator=communicator)
# simulation = hoomd.Simulation(devices=cpu)
# simulation = hoomd.Simulation(device=cpu)


def action(*jobs):
Expand Down
1 change: 1 addition & 0 deletions doc/src/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

* All user-provided content (directories, action names, cluster names, and values) are
properly escaped in the bash script output.
* Typographical errors in the documentation.

## 0.3.1 (2024-10-04)

Expand Down

0 comments on commit e91eba3

Please sign in to comment.