File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
ref : main
15
15
path : clone-path
16
16
17
- - name : Install dependencies and run build
17
+ - name : Install dependencies
18
18
run : |
19
19
cd ${{ github.workspace }}
20
- pip install --upgrade pip
21
- pip install git+https://github.com/obsidian-html/obsidian-html
22
- obsidianhtml convert -i clone-path/config.yaml -v
23
- touch html/.nojekyll
20
+ pip install obsidianhtml
21
+
22
+ - name : Run build
23
+ run : obsidianhtml convert -i clone-path/config.yaml -v
24
24
25
25
- name : Publish to Github Pages
26
26
uses : s0/git-publish-subdir-action@develop
Original file line number Diff line number Diff line change
1
+ commit ed4e20cd3471249cad077f4ddbae9d6d93b87192
2
+ Author: Alexeev Bronislav <alexeev.dev@mail.ru >
3
+ Date: Sat May 24 22:01:19 2025 +0700
4
+
5
+ fix github pages
6
+
1
7
commit a38de32180d5c1f635fd4d6301c414c511f5a8dc
2
8
Author: Alexeev Bronislav <alexeev.dev@mail.ru >
3
9
Date: Sat May 24 21:56:30 2025 +0700
You can’t perform that action at this time.
0 commit comments