Skip to content

Commit 951456c

Browse files
committed
Fix CI
1 parent 5091ca9 commit 951456c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/configure-pages@v5
3535
- name: Build with Emacs
3636
run: |
37-
sh ./build.sh
37+
sh tools/build.sh
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:

0 commit comments

Comments
 (0)