Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 13, 2024
1 parent ea11875 commit e46207a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
- name: Build API Docs
run: |
# Normalize swagger doc results if they exist
if test -f tests/results/contentbox-test-results-lucee@5-jdk11-coldbox-^7-experimental-false/contentbox-swagger.json; then
cp -v tests/results/contentbox-test-results-lucee@5-jdk11-coldbox-^7-experimental-false/contentbox-swagger.json tests/results/
if test -f tests/results/contentbox-test-results-lucee@5-jdk11-coldbox^7-experimental-false/contentbox-swagger.json; then
cp -v tests/results/contentbox-test-results-lucee@5-jdk11-coldbox^7-experimental-false/contentbox-swagger.json tests/results/
else
echo "File tests/results/contentbox-test-results-lucee@5-jdk11-coldbox-^7-experimental-false/contentbox-swagger.json does not exist"
echo "File tests/results/contentbox-test-results-lucee@5-jdk11-coldbox^7-experimental-false/contentbox-swagger.json does not exist"
fi
# Run Docs Build
box run-script build:allDocs
Expand Down

0 comments on commit e46207a

Please sign in to comment.