Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 16, 2024
1 parent 3e90a52 commit c7fb330
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ jobs:
- name: Install pandoc and dependencies
run: |
sudo apt-get install -y pandoc texlive-xetex
sudo pip install pandoc-mermaid-filter
echo "Installed packages:"
pip list
pip install pandoc-mermaid-filter
- name: Debug PATH
- name: Ensure pandoc-mermaid-filter is in PATH
run: |
pip list
echo "Current PATH:"
echo $PATH
echo "Checking pandoc-mermaid-filter installation location:"
find $(python -m site --user-base) -name pandoc-mermaid-filter
export PATH="$PATH:$(python -m site --user-base)/bin"
echo "Checking pandoc-mermaid-filter location:"
which pandoc-mermaid-filter || { echo "pandoc-mermaid-filter not found"; exit 1; }
- name: Convert Markdown to PDF
run: |
Expand Down
1 change: 1 addition & 0 deletions coolFolder/cooldoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ These adapters enable the Aave protocol to interact with ParaSwap, a DEX aggrega

### After deploy


This script is designed to execute a series of post-deployment tasks after the Aave protocol contracts have been deployed. These tasks include reviewing and setting up key protocol parameters, such as stable borrow rates, rate strategies, debt ceilings, isolation mode, e-modes, and liquidation fees. Additionally, the script handles testnet-specific tasks and can transfer ownership of the protocol if required.

#### Tasks
Expand Down

0 comments on commit c7fb330

Please sign in to comment.