Skip to content

Commit

Permalink
chore: changed to using ${PWD}
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Mukadam <[email protected]>
  • Loading branch information
hyder committed Jul 5, 2024
1 parent 748db8b commit 6872f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:
env:
CARGO_HOME: ./cargo
run: |
export PATH=`pwd`/cargo/bin:${PATH}
export PATH=${PWD}/cargo/bin:${PATH}
cd docs
mdbook-admonish install
- name: Generate docs
shell: bash
env:
CARGO_HOME: ./cargo
run: |
export PATH=`pwd`/tfdocs:`pwd`/cargo/bin:${PATH}
export PATH=${PWD}/tfdocs:${PWD}/cargo/bin:${PATH}
make mdbuild
touch ./docs/book/.nojekyll
Expand Down

0 comments on commit 6872f9a

Please sign in to comment.