Skip to content

Commit

Permalink
ci: Fix doc folder name
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Dec 9, 2024
1 parent 157cc42 commit 4a4018f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation Build
name: Documentation Build and reploy

on:
pull_request:
Expand Down Expand Up @@ -100,13 +100,13 @@ jobs:
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v3
with:
path: nrf70_bm_ws/nrf70-bm/nrf70_bm_lib/doc/build/html
path: nrf70_bm_ws/nrf70-bm/nrf70_bm_lib/docs/build/html

- name: Upload artifacts
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
path: nrf70_bm_ws/nrf70-bm/nrf70_bm_lib/doc/build/html
path: nrf70_bm_ws/nrf70-bm/nrf70_bm_lib/docs/build/html

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a4018f

Please sign in to comment.