Skip to content

Commit

Permalink
Adding .nojekyll to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 27, 2016
1 parent 21c8d14 commit 9691cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion khayyam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .timezones import TehranTimezone, Timezone
from .formatting import JalaliDateFormatter, JalaliDatetimeFormatter

__version__ = '3.0.12'
__version__ = '3.0.13'


teh_tz = TehranTimezone()
Expand Down
4 changes: 2 additions & 2 deletions sphinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ khayyam.io:
touch $(GITHUB_OUT_DIR)/.nojekyll
touch $(GITHUB_OUT_DIR)/_config.yml
git --work-tree=$(GITHUB_OUT_DIR) --git-dir=$(GITHUB_OUT_DIR)/.git add --all
git --work-tree=$(GITHUB_OUT_DIR) --git-dir=$(GITHUB_OUT_DIR)/.git add -f $(GITHUB_OUT_DIR)/.nojekyll
git --work-tree=$(GITHUB_OUT_DIR) --git-dir=$(GITHUB_OUT_DIR)/.git add -f $(GITHUB_OUT_DIR)/_config.yml
git --work-tree=$(GITHUB_OUT_DIR) --git-dir=$(GITHUB_OUT_DIR)/.git add -f .nojekyll
git --work-tree=$(GITHUB_OUT_DIR) --git-dir=$(GITHUB_OUT_DIR)/.git add -f _config.yml
echo "include: ['_static']" >> $(GITHUB_OUT_DIR)/_config.yml
@echo
@echo "Build finished. The HTML pages are in $(GITHUB_OUT_DIR)."
Expand Down

0 comments on commit 9691cc5

Please sign in to comment.