Skip to content

Commit

Permalink
will this actually work 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 19, 2024
1 parent 0f8ed35 commit c054b86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Process changed Markdown files
run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '\.md$')
CHANGED_FILES=$(git diff --name-only HEAD~1 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 @@ -3,6 +3,7 @@

This document aims to summarize each task within Aave's smart contract architecture. Although some features are beyond the scope of the current version, it is beneficial to include them here for reference.


**Out of scope features:**
- Flash loans.
- Staking.
Expand Down
1 change: 1 addition & 0 deletions cool-root-doc2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This document aims to summarize each task within Aave's smart contract architecture. Although some features are beyond the scope of the current version, it is beneficial to include them here for reference.


**Out of scope features:**
- Flash loans.
- Staking.
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 c054b86

Please sign in to comment.