Skip to content

Commit

Permalink
Use alias for release doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jun 14, 2024
1 parent 1c1f2ed commit 8cc5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/create-changes-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo '<script>hljs.highlightAll();</script>' >> CHANGES.html
cat >> CHANGES.html << EOF
<script>
document.addEventListener('DOMContentLoaded', () => {
const baseDocURL = 'https://sagemath.netlify.app'
const baseDocURL = 'https://preview-release--sagemath.netlify.app'
const diffSite = 'https://pianomister.github.io/diffsite'
const diffParagraphs = document.querySelectorAll('p.diff');
diffParagraphs.forEach(paragraph => {
Expand Down

0 comments on commit 8cc5a3f

Please sign in to comment.