Skip to content

Commit 0807d26

Browse files
committed
fix: build page
1 parent e9671fd commit 0807d26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: build with jekyll
21-
run: |
22-
sh ./_scripts/docker_jekyll jekyll build
21+
uses: actions/jekyll-build-pages@v1
2322

2423
- name: Upload artifact
2524
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)