Skip to content

Commit

Permalink
Merge pull request #37 from jwagantall/rtdv3-file
Browse files Browse the repository at this point in the history
Fix: Look for readthedocs file not directory
  • Loading branch information
jwagantall authored Aug 22, 2023
2 parents 39f7554 + 4588eea commit 1703510
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 1703510

Please sign in to comment.