Skip to content

Commit cc0da2f

Browse files
authored
pass an actual build command in order to push files to netlify
1 parent 4b71887 commit cc0da2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: jsmrcaga/[email protected]
3535
with:
3636
build_directory: dist
37+
build_command: 'npm i -g @slidev/cli ; npm i -D playwright-chromium ; yes | slidev build'
3738
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3839
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
3940
NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}"

0 commit comments

Comments
 (0)