Skip to content

Commit

Permalink
Removed .png from .gitignore, make sure release adds all untracked fi…
Browse files Browse the repository at this point in the history
…les too.
  • Loading branch information
Nick committed Aug 17, 2021
1 parent 13e114d commit 1c73a24
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
make github
cd ..
git commit -m "release/v${{ github.event.inputs.new_version }}: updating version numbers" -a
git add .
git commit -m "release/v${{ github.event.inputs.new_version }}: updating version numbers"
git push -u origin release/v${{ github.event.inputs.new_version }}
- name: Merge into develop
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ travis.yml
.pytest_cache
dist
htmlcov
*.png
docsrc/_build
.idea
.DS_Store
Expand Down
Binary file added docs/_images/examples_MCMC_Sampling_18_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/logo_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/logo_tm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/minus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c73a24

Please sign in to comment.