Skip to content

Commit

Permalink
Fix: Look for readthedocs file not directory
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
  • Loading branch information
jwagantall committed Aug 22, 2023
1 parent 39f7554 commit 4588eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose-rtdv3-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Verify If readthedocs Config exists
run: |
echo "Verifying if readthedocs.yaml config file exists"
if [ ! -d .readthedocs.yaml ] ; then
if [ ! -f .readthedocs.yaml ] ; then
echo "INFO Config file not found. Skipping further checks."
echo "READTHEDOCS_FOUND=false" >> "$GITHUB_ENV"
fi
Expand Down

0 comments on commit 4588eea

Please sign in to comment.