Skip to content

Commit

Permalink
Update build.yaml for adding .js.map
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio authored Oct 19, 2024
1 parent 8c86a59 commit 5a5ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a5ce2e

Please sign in to comment.