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:
1414 ref : main
1515 path : clone-path
1616
17- - name : Install dependencies and run build
17+ - name : Install dependencies
1818 run : |
1919 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
2424
2525 - name : Publish to Github Pages
2626 uses : s0/git-publish-subdir-action@develop
Original file line number Diff line number Diff line change 1+ commit ed4e20cd3471249cad077f4ddbae9d6d93b87192
2+ Author: Alexeev Bronislav <
[email protected] >
3+ Date: Sat May 24 22:01:19 2025 +0700
4+
5+ fix github pages
6+
17commit a38de32180d5c1f635fd4d6301c414c511f5a8dc
28Author: Alexeev Bronislav <
[email protected] >
39Date: Sat May 24 21:56:30 2025 +0700
You can’t perform that action at this time.
0 commit comments