Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 7, 2024
1 parent 6a5c986 commit dfc5f1f
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 109 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

- name: Install dependencies and build
run: |
npm install @iconify-json/clarity @iconify-json/devicon @slidev/cli @slidev/theme-default slidev-theme-hep slidev-theme-neversink
npm run build -- --base /${{ github.event.repository.name }}/
npm install @iconify-json/clarity @iconify-json/devicon @slidev/cli @slidev/theme-default slidev-theme-neversink playwright-chromium
npm list
npm run build -- --base /${{ github.event.repository.name }}/
- name: Configure Pages
uses: actions/configure-pages@v4
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "slidev build",
"build": "slidev build --download",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -21,9 +21,5 @@
"url": "https://github.com/fstagni/pres_CHEP24/issues"
},
"homepage": "https://github.com/fstagni/pres_CHEP24#readme",
"description": "",
"devDependencies": {
"@iconify-json/clarity": "^1.2.0",
"@iconify-json/devicon": "^1.2.3"
}
"description": ""
}
Binary file added public/images/WebApp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/fcc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dfc5f1f

Please sign in to comment.