Skip to content

Commit f398bba

Browse files
Merge pull request #30 from Guangzhen-Jin/app_domain
Move scripts and modulefiles out of docs folder.
2 parents d056cd2 + cff399f commit f398bba

File tree

3,169 files changed

+951
-911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,169 files changed

+951
-911
lines changed

.github/workflows/rebuild_on_module_change.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'docs/software_datasets/modulefiles/**'
8+
- 'modulefiles/**'
99

1010
permissions:
1111
contents: write
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
working-directory: docs/software_datasets/scripts
18+
working-directory: tools
1919

2020
steps:
2121
- name: Checkout repository
@@ -44,13 +44,13 @@ jobs:
4444
GITHUB_APP_TOKEN: ${{ steps.app-token.outputs.token }}
4545
run: |
4646
# Stage any modified files BEFORE pulling to avoid unstaged changes
47-
git add ../software/apps_md ../software/app_catalog.md ../software/index.md || true
47+
git add ../docs/software_datasets/software/apps_md ../docs/software_datasets/software/app_catalog.md ../docs/software_datasets/software/index.md || true
4848
4949
# Pull and rebase with staged changes
5050
git pull origin ${{ github.ref_name }} --rebase || git pull origin ${{ github.ref_name }}
5151
5252
# Re-stage in case rebase changed files
53-
git add ../software/apps_md ../software/app_catalog.md ../software/index.md || true
53+
git add ../docs/software_datasets/software/apps_md ../docs/software_datasets/software/app_catalog.md ../docs/software_datasets/software/index.md || true
5454
5555
git diff --cached --quiet && echo "No changes to commit" && exit 0
5656
git commit -m "Auto-update app catalog and markdown files"

docs/software_datasets/software/app_catalog.md

Lines changed: 68 additions & 68 deletions
-40 KB
Binary file not shown.

docs/software_datasets/software/index.md

Lines changed: 1 addition & 1 deletion

docs/software_datasets/modulefiles/anvil/cpu/Core/.modulerc.lua renamed to modulefiles/anvil/cpu/Core/.modulerc.lua

File renamed without changes.

docs/software_datasets/modulefiles/anvil/cpu/Core/amber/24.lua renamed to modulefiles/anvil/cpu/Core/amber/24.lua

File renamed without changes.

docs/software_datasets/modulefiles/anvil/cpu/Core/ambertools/25.lua renamed to modulefiles/anvil/cpu/Core/ambertools/25.lua

File renamed without changes.

docs/software_datasets/modulefiles/anvil/cpu/Core/amduprof/5.0.lua renamed to modulefiles/anvil/cpu/Core/amduprof/5.0.lua

File renamed without changes.

docs/software_datasets/modulefiles/anvil/cpu/Core/anaconda/2021.05-py38.lua renamed to modulefiles/anvil/cpu/Core/anaconda/2021.05-py38.lua

File renamed without changes.

docs/software_datasets/modulefiles/anvil/cpu/Core/anaconda/2024.02-py311.lua renamed to modulefiles/anvil/cpu/Core/anaconda/2024.02-py311.lua

File renamed without changes.

0 commit comments

Comments
 (0)