Skip to content

Commit

Permalink
Merge pull request #874 from plone/fix-rtd-build-2
Browse files Browse the repository at this point in the history
Fix rtd build 2
  • Loading branch information
stevepiercy authored Nov 18, 2024
2 parents bdcd5de + ee4564a commit 541386e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rtd-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "plone6"
project-slug: "plonetraining"
single-version: "true"
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:
# If there are no changes (git diff exits with 0) we force the command to return with 183.
# This is a special exit code on Read the Docs that will cancel the build immediately.
- |
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- docs/ .readthedocs.yaml requirements.txt;
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- docs/ .github/workflows/rtd-pr-preview.yml .readthedocs.yaml requirements.txt;
then
exit 183;
fi
Expand Down

0 comments on commit 541386e

Please sign in to comment.