File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 12
12
- name : Install dependencies
13
13
run : yarn install
14
14
- name : Build
15
- run : yarn run build
15
+ run : slidev build --base /Workshop-Haskell/
16
16
- name : Deploy pages
17
17
uses : crazy-max/ghaction-github-pages@v4
18
18
with :
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < link rel ="icon " href ="https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png ">
7
+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Helvetica+Neue:wght@200;400;600&display=swap " type ="text/css ">
8
+ </ head >
9
+ < body >
10
+ < div id ="app "> </ div >
11
+ < script type ="module " src ="/@fs/home/eduardo/Documents/Workshop-Haskell/slidev/node_modules/@slidev/client/main.ts "> </ script >
12
+ < div id ="mermaid-rendering-container "> </ div >
13
+
14
+ </ body >
15
+ </ html >
You can’t perform that action at this time.
0 commit comments