Skip to content

Commit 70efa37

Browse files
author
Murilo Marinho
committed
[docs] Fixing run permission for pre-build script..
1 parent f5cbfe4 commit 70efa37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_html.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Build HTML Assets
3838
run: |
3939
cd docs/scripts
40+
chmod +x pre_build.sh
4041
./pre_build.sh
4142
cd ..
4243
myst build --html

0 commit comments

Comments
 (0)