Skip to content

Commit

Permalink
fix(site) Stupid move of code...
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-baudet committed Jan 19, 2021
1 parent 71ca288 commit 7b54938
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .tools/site/generate-site-index-and-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def generate(sitedir, siteBaseUrl, codeBaseUrl, logoPath):
logo = file.read()
generateLatestReleaseResources(sitedir, siteBaseUrl, codeBaseUrl, versions.getLastRelease(), logo)
generateNightlyBuildResources(sitedir, siteBaseUrl, codeBaseUrl, versions.getNightlyBuild(), logo)
generateRedirect(sitedir+'/donate/thanks.html', baseUrl, version.name+'/donate-thanks.html')
generateRedirect(sitedir+'/donate/thanks.html', siteBaseUrl, versions.getLastRelease().name+'/donate-thanks.html')


def loadVersions(sitedir):
Expand Down
Loading

0 comments on commit 7b54938

Please sign in to comment.