Skip to content

Commit

Permalink
Skip installing Google Chrome when deploying with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 20, 2025
1 parent 2d55ab2 commit 697c040
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,11 @@ jobs:
- name: Install dependencies
run: npm ci

- 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
env:
# Please update URL if you want to use custom domain
URL: https://${{ github.event.repository.owner.name }}.github.io/${{ github.event.repository.name }}
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
DEBUG: '*'

- name: Upload page artifacts
Expand Down

0 comments on commit 697c040

Please sign in to comment.