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 d5d4290 commit 89d4fd3Copy full SHA for 89d4fd3
.github/workflows/publish-docs.yaml
@@ -36,6 +36,8 @@ jobs:
36
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
37
38
- name: Build stable (i.e. from `release`) documentation
39
+ env:
40
+ DOCS_VERSION: ${{ steps.get_version.outputs.version }}
41
working-directory: docs
42
run: |
43
echo "Building documentation for stable version: $DOCS_VERSION"
@@ -59,6 +61,8 @@ jobs:
59
61
sed -i 's|head-protocol|head-protocol/unstable|' docusaurus.config.js
60
62
63
- name: Build /unstable documentation
64
65
+ DOCS_VERSION: unstable
66
67
68
echo "Building documentation for unstable version"
0 commit comments