Skip to content

Commit

Permalink
Use stable Chrome version on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 20, 2025
1 parent 8fd7b8e commit 2d55ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Install Chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome
with:
chrome-version: stable

- name: Build Marp slide deck
run: npm run build
Expand Down

0 comments on commit 2d55ab2

Please sign in to comment.