Skip to content

Commit

Permalink
use relative path for images
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Apr 6, 2024
1 parent f009aa2 commit fca819f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/posts/0004-github-actions-dynamic-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Now, the CI workflow above is great, and it works perfectly fine. Here's
proof of the successful run and its uploaded artifacts.

<figure markdown="span">
![Successful run](/static/img/0004/successful-ci-run.webp "Click to zoom in"){ align=left loading=lazy }
![Successful run](../static/img/0004/stage0.webp "Click to zoom in"){ align=left loading=lazy }
<figcaption>Static matrix result</figcaption>
</figure>

Expand Down Expand Up @@ -222,22 +222,22 @@ Now that you've seen the definitions, let's see how it looks like in action
<div class="grid cards" markdown>

- <figure markdown="span">
![Preparing the dynamic matrix](/static/img/0004/stage0.webp "Click to zoom in"){ width="300" loading=lazy }
![Preparing the dynamic matrix](../static/img/0004/stage0.webp "Click to zoom in"){ width="300" loading=lazy }
<figcaption>Step 0: Preparing the dynamic `matrix`</figcaption>
</figure>

- <figure markdown="span">
![Running the dynamic matrix](/static/img/0004/stage1.webp "Click to zoom in"){ width="300" loading=lazy }
![Running the dynamic matrix](../static/img/0004/stage1.webp "Click to zoom in"){ width="300" loading=lazy }
<figcaption>Step 1: Running the dynamic `matrix`</figcaption>
</figure>

- <figure markdown="span">
![Expand the two jobs](/static/img/0004/stage2.webp "Click to zoom in"){ width="300" loading=lazy }
![Expand the two jobs](../static/img/0004/stage2.webp "Click to zoom in"){ width="300" loading=lazy }
<figcaption>Step 2: Click open the two jobs</figcaption>
</figure>

- <figure markdown="span">
![Successful run of all jobs](/static/img/0004/stage3.webp "Click to zoom in"){ width="300" loading=lazy }
![Successful run of all jobs](../static/img/0004/stage3.webp "Click to zoom in"){ width="300" loading=lazy }
<figcaption>Step 3: Successful run of all jobs</figcaption>
</figure>

Expand All @@ -247,7 +247,7 @@ And in case you push a commit that hasn't changed any service, the second
job will be skipped, as expected.

<figure markdown="span">
![no-run](/static/img/0004/no-run.webp "Click to zoom in"){ loading=lazy }
![no-run](../static/img/0004/no-run.webp "Click to zoom in"){ loading=lazy }
<figcaption>Skipped build</figcaption>
</figure>

Expand Down
2 changes: 1 addition & 1 deletion docs/posts/0006-gettings-started-with-gitops-and-fluxcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ We will need a [GitHub Personal Access Token][gh-pat] with the `repo` scope.
You can see token creation screenshot below:

<figure markdown="span">
![Generating GitHub PAT](/static/img/0006/pat-token.webp "Click to zoom in"){ loading=lazy }
![Generating GitHub PAT](../static/img/0006/pat-token.webp "Click to zoom in"){ loading=lazy }
<figcaption>Generating GitHub PAT</figcaption>
</figure>

Expand Down

0 comments on commit fca819f

Please sign in to comment.