Skip to content

Commit

Permalink
wip: debug slides
Browse files Browse the repository at this point in the history
  • Loading branch information
lijaan committed Jun 11, 2024
1 parent 44d3d13 commit 98b2ab5
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 449 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: "lts/*"

- name: Install dependencies
run: npm install

- name: Build
run: npm run build -- --base /${{github.event.repository.name}}/
run: npm run build -- --base /
#/${{github.event.repository.name}}/

- uses: actions/configure-pages@v4

Expand All @@ -40,4 +41,4 @@ jobs:

- name: Deploy
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"type": "module",
"private": true,
"scripts": {
"build": "slidev build",
"build": "slidev build --base /",
"dev": "slidev --open",
"export": "slidev export"
},
"dependencies": {
"@slidev/cli": "^0.49.4",
"@slidev/cli": "^0.49.10",
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "latest",
"vue": "^3.4.27"
Expand Down
Loading

0 comments on commit 98b2ab5

Please sign in to comment.