Skip to content

Commit

Permalink
CI: add build step to include fragnova-network in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptos-FR committed Mar 22, 2023
1 parent 6aaf531 commit 4070453
Showing 1 changed file with 13 additions and 0 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

0 comments on commit 4070453

Please sign in to comment.