We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d55ab2 commit 697c040Copy full SHA for 697c040
.github/workflows/github-pages.yml
@@ -34,18 +34,11 @@ jobs:
34
- name: Install dependencies
35
run: npm ci
36
37
- - name: Install Chrome
38
- uses: browser-actions/setup-chrome@v1
39
- id: setup-chrome
40
- with:
41
- chrome-version: stable
42
-
43
- name: Build Marp slide deck
44
run: npm run build
45
env:
46
# Please update URL if you want to use custom domain
47
URL: https://${{ github.event.repository.owner.name }}.github.io/${{ github.event.repository.name }}
48
- CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
49
DEBUG: '*'
50
51
- name: Upload page artifacts
0 commit comments