We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4a491 commit fb4a724Copy full SHA for fb4a724
1 file changed
.github/workflows/build-documentation.yml
@@ -1,4 +1,4 @@
1
-name: Build documenation
+name: Build documentation
2
3
on:
4
workflow_dispatch:
@@ -68,10 +68,11 @@ jobs:
68
with:
69
github_token: ${{ secrets.GITHUB_TOKEN }}
70
publish_dir: ./docs_compiled
71
- destination_dir: sdk_documenation/${{ steps.resolve_url_path.outputs.path }}
+ destination_dir: sdk_documentation/${{ steps.resolve_url_path.outputs.path }}
72
+ keep_files: true
73
74
- name: Add URL to the Job Summary
75
shell: bash
76
run: |
- url="https://old.docs.firebolt.io/firebolt-python-sdk/sdk_documenation/${{ steps.resolve_url_path.outputs.path }}"
77
+ url="https://python.docs.firebolt.io/sdk_documentation/${{ steps.resolve_url_path.outputs.path }}"
78
echo "[Documentation]($url)" >> $GITHUB_STEP_SUMMARY
0 commit comments