ci: doc: remove unnecessary west path update step
The step is not necessary to build the docs correctly, so remove it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
77a39a4b51
commit
24446ac5a9
4
.github/workflows/doc-build.yml
vendored
4
.github/workflows/doc-build.yml
vendored
|
@ -25,10 +25,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Update PATH for west
|
||||
run: |
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue