diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 53d14671..9668dd93 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -15,6 +15,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: PWD + run: pwd + - name: Spell Check - run: docker run --rm -v rust-on-nails.com/content:/workdir tmaier/markdown-spellcheck:latest --report "**/*.md" + run: docker run --rm -v $(pwd)/rust-on-nails.com/content:/workdir tmaier/markdown-spellcheck:latest --report "**/*.md" \ No newline at end of file diff --git a/rust-on-nails.com/content/_index.md b/rust-on-nails.com/content/_index.md index 9ea6e644..deb09da0 100644 --- a/rust-on-nails.com/content/_index.md +++ b/rust-on-nails.com/content/_index.md @@ -33,7 +33,7 @@ title = "Fast by default ⚡️" content = 'Compiles to a full async executable that utilizes all cores.' [[extra.list]] -title = "Technologies you know" +title = "Technologies you already know" content = "Leverages your existing knowledge of SQL, Docker, HTML, JS and CSS." [[extra.list]]