Skip to content

Commit 8b1ef33

Browse files
Merge pull request #7445 from nmelehan-akamai/hotfix-v1.401.1
Hotfix v1.401.1
2 parents eb4f916 + 4c1386a commit 8b1ef33

18 files changed

Lines changed: 72 additions & 166 deletions

File tree

.github/workflows/build-production-site.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@ jobs:
211211
run: |
212212
echo $GITHUB_SHA > public/gitcommithash.txt
213213
214+
# Temporarily need this for akamai.com/cloud renaming
215+
- name: 14. Make duplicate sitemap file under different name
216+
working-directory: ./docs-repo
217+
run: |
218+
cd public
219+
cp sitemap.xml ${{ vars.DUPE_SITEMAP_NAME }}
220+
214221
# Make a tarball of the site, because it will upload much, much quicker
215222
# than the uncompressed rendered site. The commit for this workflow run
216223
# is encoded in the name of the tarball.

.github/workflows/build-staging-site.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ jobs:
218218
run: |
219219
echo $GITHUB_SHA > public/gitcommithash.txt
220220
221+
# Temporarily need this for akamai.com/cloud renaming
222+
- name: 14. Make duplicate sitemap file under different name
223+
working-directory: ./docs-repo
224+
run: |
225+
cd public
226+
cp sitemap.xml ${{ vars.DUPE_SITEMAP_NAME }}
227+
221228
# Make a tarball of the site, because it will upload much, much quicker
222229
# than the uncompressed rendered site. The commit for this workflow run
223230
# is encoded in the name of the tarball.

.github/workflows/build-testing-site.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ jobs:
219219
run: |
220220
echo $GITHUB_SHA > public/gitcommithash.txt
221221
222+
# Temporarily need this for akamai.com/cloud renaming
223+
- name: 14. Make duplicate sitemap file under different name
224+
working-directory: ./docs-repo
225+
run: |
226+
cd public
227+
cp sitemap.xml ${{ vars.DUPE_SITEMAP_NAME }}
228+
222229
# Make a tarball of the site, because it will upload much, much quicker
223230
# than the uncompressed rendered site. The commit for this workflow run
224231
# is encoded in the name of the tarball.

_vendor/github.com/linode/linode-website-partials/dist/css/footer.css renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/css/footer.css

File renamed without changes.

_vendor/github.com/linode/linode-website-partials/dist/css/header.css renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/css/header.css

File renamed without changes.

_vendor/github.com/linode/linode-website-partials/dist/js/attribution-inline.js renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/js/attribution-inline.js

File renamed without changes.

_vendor/github.com/linode/linode-website-partials/dist/js/footer-inline.js renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/js/footer-inline.js

File renamed without changes.

_vendor/github.com/linode/linode-website-partials/dist/js/header.js renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/js/header.js

File renamed without changes.

_vendor/github.com/linode/linode-website-partials/dist/wordpress/footer.html renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/wordpress/footer.html

File renamed without changes.

_vendor/github.com/linode/linode-website-partials/dist/wordpress/header.html renamed to _vendor/github.com/linode/linode-docs-theme/common-partials/dist/wordpress/header.html

File renamed without changes.

0 commit comments

Comments
 (0)