-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Description
Steps To Reproduce
https://github.com/sagemath/sage/actions/runs/7217053087/job/19664244861?pr=36885#step:11:156
Expected Behavior
diff created
Actual Behavior
+ PATH=/sage/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin .ci/create-changes-html.sh 4725a0315a962bee6a612f04009dcb66c4e55b09 /sage/local/share/doc/sage/html
Traceback (most recent call last):
File "<stdin>", line 12, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/sage/local/share/doc/sage/html/en/reference/spkg/deprecation.html'
cat: diff.html: No such file or directory
rm: cannot remove 'diff.html': No such file or directory
Additional Information
No response
Environment
CI
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide