Skip to content

Commit 9d80129

Browse files
committed
Update directory layout following GitHub standards
1 parent ad0ea8f commit 9d80129

File tree

5,611 files changed

+11
-1
lines changed

Some content is hidden

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

5,611 files changed

+11
-1
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
${{ inputs.run-id }}
3737
env:
3838
GITHUB_TOKEN: ${{ github.token }}
39+
working-directory: mpi4py
3940

4041
- name: Update documentation contents
4142
run: |
@@ -48,6 +49,7 @@ jobs:
4849
mv $docdir $version
4950
rm -f stable
5051
ln -sf $version stable
52+
working-directory: mpi4py
5153

5254
- name: Commit changes
5355
run: |
@@ -57,6 +59,7 @@ jobs:
5759
version=$(cat version)
5860
git add $version stable
5961
git commit -m $version
62+
working-directory: mpi4py
6063

6164
- name: Show changes
6265
run: git show --stat

index.md

Lines changed: 1 addition & 1 deletion

mpi4py.md

Lines changed: 5 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)