Skip to content

Commit 0eb2ec3

Browse files
authored
fix another typo in build/docs (#1496)
1 parent 571cd87 commit 0eb2ec3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: |
2828
# add packages that are supposed to be built to this list
29-
for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol
29+
for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol fairchem-lammps
3030
do
3131
pushd packages/$package
3232
hatch build

docs/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parts:
1515
- file: core/uma
1616
- file: core/common_tasks/summary
1717
sections:
18-
- file: core/common_tasks/ase_calculator_and_inference
18+
- file: core/common_tasks/ase_calculator
1919
- file: core/common_tasks/lammps
2020
- file: core/common_tasks/batch_inference
2121
- file: core/common_tasks/ase_dataset_creation

0 commit comments

Comments
 (0)