Skip to content

Commit

Permalink
Testing lazy image loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Mar 15, 2024
1 parent 6bbe14a commit 60286aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -19,7 +19,6 @@ jobs:
- run: |
gem install coderay
gem install pygments.rb
gem install asciidoctor-lazy-images
which ruby
- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Expand Up @@ -50,7 +50,7 @@ enableGitInfo = true
weight = 5

[markup.asciidocExt]
extensions = ["asciidoctor-kroki", "asciidoctor-lazy-images"]
extensions = ["asciidoctor-kroki"]
[markup.asciidocExt.attributes]
kroki-fetch-diagram = true

Expand Down

0 comments on commit 60286aa

Please sign in to comment.