Bump mhausenblas/mkdocs-deploy-gh-pages from 1.18 to 1.20

Bumps [mhausenblas/mkdocs-deploy-gh-pages](https://github.com/mhausenblas/mkdocs-deploy-gh-pages) from 1.18 to 1.20.
- [Release notes](https://github.com/mhausenblas/mkdocs-deploy-gh-pages/releases)
- [Commits](https://github.com/mhausenblas/mkdocs-deploy-gh-pages/compare/1.18...1.20)

...
updated-dependencies:
- dependency-name: mhausenblas/mkdocs-deploy-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: Ic26061dbc6a7d7cf5049c6522876370035d22cd4
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b103cf1..938e462 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,6 +15,6 @@
           fetch-depth: 0
 
       - name: Deploy docs
-        uses: mhausenblas/mkdocs-deploy-gh-pages@1.18
+        uses: mhausenblas/mkdocs-deploy-gh-pages@1.20
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}