Skip to content

Commit a93bd35

Browse files
author
Nicolas Musset
authored
Merge pull request #640 from fragcolor-xyz/CI/doc-fragnova-network
Doc for fragnova network is moved to its respective repo
2 parents 64d7138 + 4070453 commit a93bd35

File tree

7 files changed

+13
-250
lines changed

7 files changed

+13
-250
lines changed

.github/workflows/build-doc.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@ jobs:
134134
ln -s ../../shards-examples/tutorials/
135135
cd docs/learn/shards
136136
ln -s ../../../../../shards-examples/tutorials/
137+
- name: Checkout fragnova
138+
uses: actions/checkout@v3
139+
with:
140+
repository: fragcolor-xyz/fragnova
141+
fetch-depth: 1
142+
path: fragnova
143+
- name: Link fragnova
144+
run: |
145+
# note: we link twice because some relative path (esp. include) might be incorrect
146+
cd shards/docs
147+
ln -s ../../fragnova/docs/fragnova-network
148+
cd docs/learn
149+
ln -s ../../../../fragnova/docs/fragnova-network
137150
- name: Build website
138151
if: ${{ steps.setup.outputs.publish != 'true' }}
139152
run: |

docs/docs/learn/fragnova-network/.pages

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/docs/learn/fragnova-network/index.md

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)