Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently all development is in main branch but we need to put the built documents on to gh-pages
If I'm reading this diff correctly you are making gh-pages the source branch? I'm not sure we want to change that at this time (although I can believe this step has issues, it has basically been working for some years?)
or are you saying spec-prod can handle that on its own now, I should check....

git fetch
git checkout main
git checkout gh-pages
git reset main --hard
git push -f
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
Expand All @@ -36,7 +30,7 @@ jobs:
SOURCE: spec.html
VALIDATE_MARKUP: false
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: hhttps://www.w3.org/mid/CAESRWkCboGW4E4RmntSs7UZWx9UZxmGH=1GNKq1Gg7MyfQcMdA@mail.gmail.com
W3C_WG_DECISION_URL: https://www.w3.org/mid/CAESRWkCboGW4E4RmntSs7UZWx9UZxmGH=1GNKq1Gg7MyfQcMdA@mail.gmail.com
ARTIFACT_NAME: spec-prod-result2
W3C_BUILD_OVERRIDE: |
specStatus: WD
Expand Down
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class='remove'>
</script>
<script type="module" class='removeOnSave'>
import { _MathTransforms } from 'https://w3c.github.io/mathml-polyfills/all-polyfills.js'
import _MathTransforms from 'https://w3c.github.io/mathml-polyfills/all-polyfills.js'

document.head.appendChild ( _MathTransforms.getCSSStyleSheet() );
window.transform = function (elementId) {
Expand Down
2 changes: 1 addition & 1 deletion src/presentation-markup.html
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ <h5 id="presm_html_insertion">Embedding HTML in MathML</h5>
is to embed the <code class="element">math</code> element.</p>


<div class="example mathml mmlcore">
<div class="example mathml mml4-nopfill">
<pre>
&lt;mrow>
&lt;mo>{&lt;/mo>
Expand Down