Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Oct 20, 2023
1 parent 07cfbb8 commit 6dafe51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
fi
echo "branch"
git branch
echo "reflog"
git reflog
git branch -a
echo "branch name?"
echo "${GITHUB_REF##*/}"
Expand All @@ -125,7 +123,7 @@ jobs:
git add ./doc/$DIR
git commit -m "adding $DIR"
git push --force "https://pyviz-developers:${{ secrets.GITHUB_TOKEN }}@github.com/holoviz-topics/examples.git" HEAD:$BRANCHNAME
git checkout main
git checkout -
- name: clean up
run: doit clean --clean-dep build:${{ inputs.project }}
- name: git diff
Expand Down

0 comments on commit 6dafe51

Please sign in to comment.