Skip to content

Commit 2010c52

Browse files
authored
Merge pull request #38 from jdhoffa/ci/add-ci-to-deploy-documentation
fix(ci): only upload vpp_sim docs
2 parents f0b5167 + 4bcb61c commit 2010c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: github-pages
31-
path: target/doc
31+
path: target/doc/vpp_sim
3232
deploy:
3333
runs-on: ubuntu-latest
3434
needs: build

0 commit comments

Comments
 (0)