Removed cd to previous dir

This commit is contained in:
Erik C. Thauvin 2024-01-31 00:30:28 -08:00
parent 3aebecae82
commit ad49e0001e

View file

@ -41,9 +41,7 @@ jobs:
./bld dokka-jekyll ./bld dokka-jekyll
- name: Grant execute permission for bld - name: Grant execute permission for bld
run: | run: chmod +x bld
cd ..
chmod +x bld
- name: Download the dependencies - name: Download the dependencies
run: ./bld download run: ./bld download