Skip to content

Commit

Permalink
chore(action): clear puppeteer cache post-install
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrymer committed Jan 9, 2023
1 parent cbae8aa commit d5c971a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ runs:
sudo apt install chromium-browser -y
sudo rm -rf /home/runner/.cache/puppeteer
sudo npm install -f -g @techdocs/cli @mermaid-js/mermaid-cli puppeteer
sudo rm -rf /home/runner/.cache/puppeteer
python -m pip install mkdocs-techdocs-core==1.*
python -m pip install markdown-inline-mermaid==1.*
Expand Down

0 comments on commit d5c971a

Please sign in to comment.