Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
chore: export pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Oct 20, 2022
1 parent 749ec0c commit 7ff1141
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps
- run: npx slidev export slides.md --with-clicks
- run: mv slides-export.pdf build-trust-with-rust.pdf
- uses: actions/upload-artifact@v3
with:
path: build-trust-with-rust.pdf
46 changes: 45 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@slidev/theme-seriph": "0.21.3"
},
"devDependencies": {
"@iconify-json/logos": "1.1.17"
"@iconify-json/logos": "1.1.17",
"playwright-chromium": "^1.27.1"
}
}

0 comments on commit 7ff1141

Please sign in to comment.