Skip to content

Commit ad49e00

Browse files
committed
Removed cd to previous dir
1 parent 3aebeca commit ad49e00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/bld.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
./bld dokka-jekyll
4242
4343
- name: Grant execute permission for bld
44-
run: |
45-
cd ..
46-
chmod +x bld
44+
run: chmod +x bld
4745

4846
- name: Download the dependencies
4947
run: ./bld download

0 commit comments

Comments
 (0)