Skip to content

Commit

Permalink
Update update-refs-in-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-skyflow authored Nov 24, 2023
1 parent a561435 commit bd6dbf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-refs-in-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
# cd skyflow-node/
ls
cp -r skyflow-node/skyflow-node/docs/* refs/
echo "github sha: $GITHUB_SHA"
- name: Remove specific file
run: rm -r docs/
run: |
rm -r docs/
git checkout -- package-lock.jsonrevert
- name: Create a branch in skyflow-docs
env:
Expand Down

0 comments on commit bd6dbf1

Please sign in to comment.