Skip to content

Commit

Permalink
will this actually work 4
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 19, 2024
1 parent 3c2821c commit 437a45d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Display changed Markdown files
run: |
echo "The following Markdown files were changed:"
git diff --name-only HEAD~1 HEAD | grep '\.md$'
git diff --name-only HEAD | grep '\.md$'
- name: Process changed Markdown files
run: |
CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD | grep '\.md$')
CHANGED_FILES=$(git diff --name-only HEAD | grep '\.md$')
for file in $CHANGED_FILES; do
FOLDER_NAME=$(basename $(dirname $file))
echo "Processing file $file in folder $FOLDER_NAME..."
Expand Down
1 change: 1 addition & 0 deletions cool-root-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This document aims to summarize each task within Aave's smart contract architect
- Staking.
- Paraswap.


## Core components diagram
![diagram](./cool-root-doc-1.svg)
## Main sequence diagram
Expand Down
1 change: 1 addition & 0 deletions cool-root-doc2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This document aims to summarize each task within Aave's smart contract architect
- Staking.
- Paraswap.


## Core components diagram
```mermaid
graph TD
Expand Down
1 change: 1 addition & 0 deletions coolFolder/cooldoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document aims to summarize each task within Aave's smart contract architect
- Staking.
- Paraswap.


## Core components diagram
```mermaid
graph TD
Expand Down

0 comments on commit 437a45d

Please sign in to comment.