We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87cdda commit 929ba5fCopy full SHA for 929ba5f
1 file changed
.github/workflows/docs.yaml
@@ -25,7 +25,6 @@ jobs:
25
strategy:
26
matrix:
27
version:
28
- - latest
29
- v0
30
- main
31
# Add any other refs you want to build docs for here
@@ -56,9 +55,9 @@ jobs:
56
55
# TODO: remove the below when 'latest' and 'v0' is up to date
57
cp -r bazel-bin/mkdocs/site/* ./docs-html/${{ steps.formatted-ref-name.outputs.formatted_ref_name }}/ || true
58
cp -r bazel-bin/site/* ./docs-html/${{ steps.formatted-ref-name.outputs.formatted_ref_name }}/ || true
59
- - name: Copy latest to root
+ - name: Use main as default docs
60
if: matrix.version == 'main'
61
- run: cp -r docs-html/latest/* docs-html/
+ run: cp -r docs-html/main/* docs-html/
62
- name: Upload artifact
63
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
64
with:
0 commit comments