Skip to content

Commit 697c040

Browse files
committed
Skip installing Google Chrome when deploying with GitHub Actions
1 parent 2d55ab2 commit 697c040

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/github-pages.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37-
- name: Install Chrome
38-
uses: browser-actions/setup-chrome@v1
39-
id: setup-chrome
40-
with:
41-
chrome-version: stable
42-
4337
- name: Build Marp slide deck
4438
run: npm run build
4539
env:
4640
# Please update URL if you want to use custom domain
4741
URL: https://${{ github.event.repository.owner.name }}.github.io/${{ github.event.repository.name }}
48-
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
4942
DEBUG: '*'
5043

5144
- name: Upload page artifacts

0 commit comments

Comments
 (0)