Skip to content

Commit

Permalink
Move files to .github subfolder to reduce repository clutter on GitH…
Browse files Browse the repository at this point in the history
…ub (#59)

* Move files to .github subfolder to reduce repository clutter on GitHub
* Remove hello.py
* Move API generation code to .github subfolder
  • Loading branch information
thibaudcolas committed Mar 20, 2018
1 parent f2004b6 commit 6033c13
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --allow-dupe --allow-ssl
- mkdir -p dist/api/v1/ && python api.py
- mkdir -p dist/api/v1/ && python .github/api.py
branches:
except:
- gh-pages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Awesome Wagtail [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38
## Contribute

Contributions are always welcome!
Please read the [contribution guidelines](CONTRIBUTING.md) first.
Please read the [contribution guidelines](.github/CONTRIBUTING.md) first.

## License

Expand Down
3 changes: 0 additions & 3 deletions hello.py

This file was deleted.

0 comments on commit 6033c13

Please sign in to comment.