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 abb2bd5 commit 02cc0ccCopy full SHA for 02cc0cc
1 file changed
.github/workflows/github-pages.yml
@@ -34,11 +34,16 @@ 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
+
41
- name: Build Marp slide deck
- run: CHROME_PATH=$(npx -y @puppeteer/browsers@latest install chrome@stable --path $(realpath ./tmp) | awk '{print $2}') npm run build
42
+ run: npm run build
43
env:
44
# Please update URL if you want to use custom domain
45
URL: https://${{ github.event.repository.owner.name }}.github.io/${{ github.event.repository.name }}
46
+ CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
47
48
- name: Upload page artifacts
49
uses: actions/upload-pages-artifact@v3
0 commit comments