Skip to content

Commit 2d55ab2

Browse files
committed
Use stable Chrome version on GitHub Actions
1 parent 8fd7b8e commit 2d55ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Install Chrome
3838
uses: browser-actions/setup-chrome@v1
3939
id: setup-chrome
40+
with:
41+
chrome-version: stable
4042

4143
- name: Build Marp slide deck
4244
run: npm run build

0 commit comments

Comments
 (0)