Skip to content

Commit

Permalink
Update workflow to use browser-actions/setup-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
maxontech committed Mar 17, 2024
1 parent 8cc4c1e commit bd6b184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Install dependencies
run: npx puppeteer browsers install chrome
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest

- name: Run parse-readme.js
run: node docs/parse-readme.js
Expand Down

0 comments on commit bd6b184

Please sign in to comment.