Skip to content

Commit

Permalink
Update docugen path
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrayluna authored Feb 5, 2025
1 parent 9fd770c commit e669b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
git remote set-url origin https://${{ inputs.access-token }}@github.com/wandb/docodile.git ; \
git pull origin main
git reset --hard origin/main
cp -r ${{ github.action_path }}/ref ./docs/content/ref/
cp -r ${{ github.action_path }}/ref ./docs/content/
if [[ `git status --porcelain` ]]; then
git checkout -b sdk-${{ inputs.wandb-branch }} ; \
git add -A .
Expand Down

0 comments on commit e669b2d

Please sign in to comment.