We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaf531 commit 4070453Copy full SHA for 4070453
.github/workflows/build-doc.yml
@@ -134,6 +134,19 @@ jobs:
134
ln -s ../../shards-examples/tutorials/
135
cd docs/learn/shards
136
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
150
- name: Build website
151
if: ${{ steps.setup.outputs.publish != 'true' }}
152
run: |
0 commit comments