Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ addAssignees: author
reviewers:
- kornys
- Frawless
- obabec
- novotnyJiri
- im-konge

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot_pr_auto_assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v2.0.0
22 changes: 0 additions & 22 deletions .github/workflows/bot_pr_mentions.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
# in the templates via {{ site.myvariable }}.

title: SKODJOB
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
Skodjob project blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: skodjob
Expand All @@ -34,6 +31,9 @@ markdown: GFM
plugins:
- jekyll-feed

minima:
skin: auto

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down
1 change: 1 addition & 0 deletions docs/_includes/custom-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="icon" href="{{ '/favicon.ico' | relative_url }}">
Binary file added docs/favicon.ico
Binary file not shown.