Skip to content

Commit 99777ed

Browse files
committed
Remove repository option from config as neweer builds seem need not to need it?
1 parent 8156e8c commit 99777ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kind: "lesson"
2727
# Magic to make URLs resolve both locally and on GitHub.
2828
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
2929
# Please don't change it: <USERNAME>/<PROJECT> is correct.
30-
repository: <USERNAME>/<PROJECT>
30+
# repository: <USERNAME>/<PROJECT>
3131

3232
# Email address, no mailto:
3333

bin/boilerplate/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind: "lesson"
4444
# Magic to make URLs resolve both locally and on GitHub.
4545
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
4646
# Please don't change it: <USERNAME>/<PROJECT> is correct.
47-
repository: <USERNAME>/<PROJECT>
47+
# repository: <USERNAME>/<PROJECT>
4848

4949
# Email address, no mailto:
5050

0 commit comments

Comments
 (0)