Skip to content

Commit 6872f9a

Browse files
committed
chore: changed to using ${PWD}
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 748db8b commit 6872f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mdbook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ jobs:
7373
env:
7474
CARGO_HOME: ./cargo
7575
run: |
76-
export PATH=`pwd`/cargo/bin:${PATH}
76+
export PATH=${PWD}/cargo/bin:${PATH}
7777
cd docs
7878
mdbook-admonish install
7979
- name: Generate docs
8080
shell: bash
8181
env:
8282
CARGO_HOME: ./cargo
8383
run: |
84-
export PATH=`pwd`/tfdocs:`pwd`/cargo/bin:${PATH}
84+
export PATH=${PWD}/tfdocs:${PWD}/cargo/bin:${PATH}
8585
make mdbuild
8686
touch ./docs/book/.nojekyll
8787

0 commit comments

Comments
 (0)