Skip to content

Commit e7e179f

Browse files
committed
fix
1 parent ed4e20c commit e7e179f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
commit a38de32180d5c1f635fd4d6301c414c511f5a8dc
28
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
39
Date: Sat May 24 21:56:30 2025 +0700

0 commit comments

Comments
 (0)