Skip to content

Commit fb4a724

Browse files
authored
fix: repair broken Sphinx docs deployment to GitHub Pages (#516)
1 parent 2e4a491 commit fb4a724

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-documentation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build documenation
1+
name: Build documentation
22

33
on:
44
workflow_dispatch:
@@ -68,10 +68,11 @@ jobs:
6868
with:
6969
github_token: ${{ secrets.GITHUB_TOKEN }}
7070
publish_dir: ./docs_compiled
71-
destination_dir: sdk_documenation/${{ steps.resolve_url_path.outputs.path }}
71+
destination_dir: sdk_documentation/${{ steps.resolve_url_path.outputs.path }}
72+
keep_files: true
7273

7374
- name: Add URL to the Job Summary
7475
shell: bash
7576
run: |
76-
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 }}"
7778
echo "[Documentation]($url)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)