Hi,

I am not able to update the .html file because Jekyll fails for me with:

$ jekyll serve -w
Traceback (most recent call last):
14: from /usr/local/bin/jekyll:23:in `<main>'
13: from /usr/local/bin/jekyll:23:in `load'
12: from /var/lib/gems/2.7.0/gems/jekyll-4.2.0/exe/jekyll:8:in `<top
(required)>'
11: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in
`require'
10: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in
`require'
9: from /var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll.rb:191:in `<top
(required)>'
8: from /var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll.rb:12:in
`require_all'
7: from /var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll.rb:12:in `each'
6: from /var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll.rb:13:in `block in
require_all'
5: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in
`require'
4: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in
`require'
3: from
/var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll/drops/collection_drop.rb:3:in
`<top (required)>'
2: from
/var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll/drops/collection_drop.rb:4:in
`<module:Jekyll>'
1: from
/var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll/drops/collection_drop.rb:5:in
`<module:Drops>'
/var/lib/gems/2.7.0/gems/jekyll-4.2.0/lib/jekyll/drops/collection_drop.rb:10:in
`<class:CollectionDrop>': undefined method `delegate_method_as' for
Jekyll::Drops::CollectionDrop:Class (NoMethodError)

If it works fine for you then please rebuild the .html and commit them!
Thank you!

On Tue, Dec 15, 2020 at 4:00 PM <mgrigo...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> mgrigorov pushed a commit to branch asf-site
> in repository https://gitbox.apache.org/repos/asf/wicket-site.git
>
>
> The following commit(s) were added to refs/heads/asf-site by this push:
>      new 9120ac2  Add a line mentioning how Pull Requests are being tested
> 9120ac2 is described below
>
> commit 9120ac24eba69370771c663ce82b8332cd96b898
> Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
> AuthorDate: Tue Dec 15 15:59:32 2020 +0200
>
>     Add a line mentioning how Pull Requests are being tested
> ---
>  contribute/patch.md | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/contribute/patch.md b/contribute/patch.md
> index 73a67a8..3374491 100644
> --- a/contribute/patch.md
> +++ b/contribute/patch.md
> @@ -39,7 +39,7 @@ following steps:
>
>  ## Time for some coding ##
>
> -Wicket uses Get [Git](http://git-scm.com/) as versioning system, so you
> +Wicket uses [Git](http://git-scm.com/) as versioning system, so you
>  need to have it properly installed and configured to start work on
>  Wicket code base. The main git repository is hosted on [Apache git
>  server](https://git-wip-us.apache.org/repos/asf/wicket.git) but is
> @@ -64,6 +64,10 @@ To create a pull request on GitHub follow the
> instructions you can find
>  you have finished to work on you pull request, send us an email using
>  [devs](mailto:dev@wicket.apache.org) mailing list.
>
> +All Pull Requests are automatically tested at
> +[Github Actions](https://github.com/apache/wicket/actions) on AMD64 and
> +at [TravisCI](https://travis-ci.com/github/apache/wicket/) on ARM64
> platform.
> +
>  ### Create a patch ###
>
>  If you prefer to work on our main repository, [clone it with
>
>

Reply via email to