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 4b71887 commit cc0da2fCopy full SHA for cc0da2f
.github/workflows/build-and-deploy.yml
@@ -34,6 +34,7 @@ jobs:
34
- uses: jsmrcaga/[email protected]
35
with:
36
build_directory: dist
37
+ build_command: 'npm i -g @slidev/cli ; npm i -D playwright-chromium ; yes | slidev build'
38
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
39
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
40
NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}"
0 commit comments