Skip to content

Commit

Permalink
chore(action): skip puppeteer chromium install
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrymer committed Jan 9, 2023
1 parent d5c971a commit 91f724f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ runs:
- name: Install techdocs-cli and its dependencies
shell: bash
run: |
sudo apt upgrade -y
sudo apt install chromium-browser -y
sudo rm -rf /home/runner/.cache/puppeteer
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=false
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 91f724f

Please sign in to comment.