From 3c2821c8b378b3324fc88000cfa762c478ae88cf Mon Sep 17 00:00:00 2001 From: Facundo De Lorenzo Date: Mon, 19 Aug 2024 12:18:54 -0300 Subject: [PATCH] will this actually work 3 --- .github/workflows/pipeline.yml | 2 +- cool-root-doc.md | 1 - cool-root-doc2.md | 1 - coolFolder/cooldoc.md | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7431899..8d3a6d9 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -25,7 +25,7 @@ jobs: - name: Display changed Markdown files run: | echo "The following Markdown files were changed:" - git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '\.md$' + git diff --name-only HEAD~1 HEAD | grep '\.md$' - name: Process changed Markdown files run: | diff --git a/cool-root-doc.md b/cool-root-doc.md index 0185c36..dfffb15 100644 --- a/cool-root-doc.md +++ b/cool-root-doc.md @@ -3,7 +3,6 @@ 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. diff --git a/cool-root-doc2.md b/cool-root-doc2.md index 65bdd97..73de5a1 100644 --- a/cool-root-doc2.md +++ b/cool-root-doc2.md @@ -3,7 +3,6 @@ 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. diff --git a/coolFolder/cooldoc.md b/coolFolder/cooldoc.md index 573aea0..84ffafb 100644 --- a/coolFolder/cooldoc.md +++ b/coolFolder/cooldoc.md @@ -7,7 +7,6 @@ This document aims to summarize each task within Aave's smart contract architect - Staking. - Paraswap. - ## Core components diagram ```mermaid graph TD