Skip to content

Commit

Permalink
chore: remove shellscript
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Oct 11, 2024
1 parent eef30d5 commit 22b1e4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 35 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Inject md to html
- name: Copy assets up a level
run: |
chmod +x ./scripts/replace.sh
./scripts/replace.sh
cp specifications/*.png .
cp specifications/*.yaml .
- name: Run Respec
run:
sudo npx puppeteer browsers install chrome
npx respec --src index.html --out index.html.build.html -t 60 --disable-sandbox --verbose
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.idea/
index.html
/*.png
19 changes: 5 additions & 14 deletions scripts/respec-template.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,19 @@ <h1 id="title">Eclipse Decentralized Claims Protocol</h1>
Discussions or Issues.
</p>
</section>
<section>

THIS IS THE PLACEHOLDER FOR THE DATASPACE TOPOLOGY

<section data-include="specifications/tx.dataspace.topology.md" data-include-format="markdown">
</section>
<section>

THIS IS THE PLACEHOLDER FOR THE BASE PROTOCOL

<section data-include="specifications/identity.protocol.base.md" data-include-format="markdown">
</section>

<section>

THIS IS THE PLACEHOLDER FOR THE PRESENTATION PROTOCOL

<section data-include="specifications/verifiable.presentation.protocol.md" data-include-format="markdown">
</section>

<section>

THIS IS THE PLACEHOLDER FOR THE ISSUANCE PROTOCOL

<section data-include="specifications/credential.issuance.protocol.md" data-include-format="markdown">
</section>

<section id='conformance'></section>
<section id="tof" class="appendix">
<h1>Notes</h1>
Expand Down
16 changes: 0 additions & 16 deletions scripts/replace.sh

This file was deleted.

0 comments on commit 22b1e4f

Please sign in to comment.