Skip to content

Commit

Permalink
Update Slidev dependencies and build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiederholung committed Feb 4, 2024
1 parent 8d70402 commit bc633cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/slidev-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:

- name: Build SPA
run: |
mkdir ${{ env.SPA_OUTPUT_DIR }}
REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)
npx slidev build ${{ env.SLIDES_NAME }} --base /$REPO_NAME/ --out ${{ env.SPA_OUTPUT_DIR }} --download ${{ env.ENABLE_DOWNLOAD }}
Expand Down
8 changes: 4 additions & 4 deletions slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "module",
"private": true,
"dependencies": {
"@slidev/cli": "^0.47.2",
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0",
"slidev-theme-academic": "^1.2.0"
"@slidev/cli": "^0.46.3",
"@slidev/theme-default": "^0.21.2",
"@slidev/theme-seriph": "^0.21.3",
"slidev-theme-academic": "^1.1.4"
},
"devDependencies": {
"playwright-chromium": "^1.41.2"
Expand Down
Binary file modified slidev/zero_shot_coordination_in_overcooked_ai-export.pdf
Binary file not shown.

0 comments on commit bc633cf

Please sign in to comment.