From 5a5ce2e0c27aab25e365d2b27768056d43da7f19 Mon Sep 17 00:00:00 2001 From: LE MEILLAT <165936401+aeltorio@users.noreply.github.com> Date: Sat, 19 Oct 2024 21:09:39 +0200 Subject: [PATCH] Update build.yaml for adding .js.map --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d707b9..582f14e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -186,7 +186,7 @@ jobs: run: | git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' - git add -v -f docs/openapi3.json docs/index.html docs/openapisnippet.min.js + git add -v -f docs/openapi3.json docs/index.html docs/openapisnippet.min.js docs/openapisnippet.min.js.map git commit -m "Update GitHub Pages" docs/* git push origin HEAD