Skip to content

Commit f2b0e4c

Browse files
committed
noch ein Versuch
1 parent e20bc07 commit f2b0e4c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
with:
5050
fail: true
5151
# removed md files that include liquid tags
52-
args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _pages/projects.md --verbose --no-progress './**/*.md' './**/*.html' --exclude-path _site/
52+
args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _pages/projects.md --exclude-path _posts --exclude-path _draftpages --verbose --no-progress './**/*.md' './**/*.html' --exclude-path _site/blog/*

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :jekyll_plugins do
77
gem 'jekyll-feed'
88
gem 'jekyll-get-json'
99
gem 'jekyll-imagemagick'
10-
gem 'jekyll-jupyter-notebook'
10+
# gem 'jekyll-jupyter-notebook'
1111
gem 'jekyll-link-attributes'
1212
gem 'jekyll-minifier'
1313
gem 'jekyll-paginate-v2'

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ exclude:
240240
- readme_preview/
241241
- README.md
242242
- vendor
243+
# - assets/jupyter
243244
keep_files:
244245
- CNAME
245246
- .nojekyll

0 commit comments

Comments
 (0)