Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit a698ea4

Browse files
committed
Convert the PDF into ecmarkup
1 parent 073a2d3 commit a698ea4

File tree

12 files changed

+2102
-6
lines changed

12 files changed

+2102
-6
lines changed

.github/workflows/publish-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
uses: JamesIves/github-pages-deploy-action@v4
2020
with:
2121
branch: gh-pages
22-
folder: build
22+
folder: out
2323
clean-exclude: |
2424
pr

.github/workflows/render-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- name: Save PR data
2121
env:
2222
PR: ${{ github.event.number }}
23-
run: echo "$PR $(git rev-parse --verify HEAD)" > build/pr-data.txt
23+
run: echo "$PR $(git rev-parse --verify HEAD)" > out/pr-data.txt
2424
- uses: actions/upload-artifact@v4
2525
id: upload
2626
if: ${{ !github.event.repository.fork }}
2727
with:
2828
name: ${{ env.ARTIFACT_NAME }}
29-
path: build/
29+
path: out/
3030
- name: Echo artifact ID
3131
run: echo 'Artifact ID is ${{ steps.upload.outputs.artifact-id }}'
3232
- name: Verify artifact discoverability

img/array.svg

Lines changed: 1 addition & 0 deletions
Loading

img/ecma-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

img/favicon.ico

5.3 KB
Binary file not shown.

img/number.svg

Lines changed: 1 addition & 0 deletions
Loading

img/object.svg

Lines changed: 1 addition & 0 deletions
Loading

img/string.svg

Lines changed: 1 addition & 0 deletions
Loading

img/value.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)