mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
change working dir
This commit is contained in:
parent
6cd67d0cbd
commit
d0d785235d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
|
|||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: ./scripts
|
||||
working-directory: ./docs
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/test-deploy.yml
vendored
2
.github/workflows/test-deploy.yml
vendored
|
@ -3,7 +3,7 @@ name: Test deployment
|
|||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: ./scripts
|
||||
working-directory: ./docs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue