Skip to content

Commit

Permalink
fix: fix issue with formatting differences between GHA run and local …
Browse files Browse the repository at this point in the history
…linux (#771)
  • Loading branch information
nfpappas-oddball authored Oct 2, 2024
1 parent 670f796 commit ac0316b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/content-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,10 @@ jobs:
if [ -f sitemap.xml ]; then
echo "File found!"
cp sitemap.xml sitemap-nb.xml
fi
if [! -f sitemap.xml ]; then
echo "File Not found!"
else
touch sitemap-nb.xml
fi
- name: setup bucket descriptor
id: bucket-descriptor
run: |
Expand Down

0 comments on commit ac0316b

Please sign in to comment.