Skip to content

Commit

Permalink
Merge pull request #640 from fragcolor-xyz/CI/doc-fragnova-network
Browse files Browse the repository at this point in the history
Doc for fragnova network is moved to its respective repo
  • Loading branch information
Nicolas Musset authored Mar 22, 2023
2 parents 64d7138 + 4070453 commit a93bd35
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 250 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ jobs:
ln -s ../../shards-examples/tutorials/
cd docs/learn/shards
ln -s ../../../../../shards-examples/tutorials/
- name: Checkout fragnova
uses: actions/checkout@v3
with:
repository: fragcolor-xyz/fragnova
fetch-depth: 1
path: fragnova
- name: Link fragnova
run: |
# note: we link twice because some relative path (esp. include) might be incorrect
cd shards/docs
ln -s ../../fragnova/docs/fragnova-network
cd docs/learn
ln -s ../../../../fragnova/docs/fragnova-network
- name: Build website
if: ${{ steps.setup.outputs.publish != 'true' }}
run: |
Expand Down
3 changes: 0 additions & 3 deletions docs/docs/learn/fragnova-network/.pages

This file was deleted.

Binary file removed docs/docs/learn/fragnova-network/assets/Fragment.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
247 changes: 0 additions & 247 deletions docs/docs/learn/fragnova-network/index.md

This file was deleted.

0 comments on commit a93bd35

Please sign in to comment.