Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild attractors #250

Merged
merged 14 commits into from
Oct 19, 2023
Merged
2 changes: 1 addition & 1 deletion .github/workflows/build_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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 -
git checkout @{-1}
- name: clean up
run: doit clean --clean-dep build:${{ inputs.project }}
- name: git diff
Expand Down
Loading
Loading