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:
Gerard Marull-Paretas 2021-07-26 12:51:05 +02:00 committed by Anas Nashif
parent 77a39a4b51
commit 24446ac5a9

View file

@ -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