Skip to content

Commit

Permalink
Update .github/workflows/pages.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Antanas Vaitkus <[email protected]>
  • Loading branch information
ml-evs and vaitkus authored Apr 4, 2024
1 parent d55f263 commit b0fcbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git checkout gh-pages
mkdir -p specification/develop
# patch dev specification to include banner
sed -i 's|</head>|</head><div class="banner-container"><div class="banner">This is a development version of the specification.</div></div>|g' optimade.html
sed -i 's|<body class="with-toc">|<body class="with-toc"><div class="banner-container"><div class="banner">This is a development version of the specification.</div></div>|g' optimade.html
mv optimade.html specification/develop/index.html
git add specification/develop/index.html
git commit -m "Deploy develop specification to GitHub Pages: ${SHA}"
Expand Down

0 comments on commit b0fcbd4

Please sign in to comment.