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 80bfb01 commit 0c5c760Copy full SHA for 0c5c760
.github/generate_gh_pages.yml
.github/workflows/generate_gh_pages.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Deploy docs
16
uses: mhausenblas/mkdocs-deploy-gh-pages@master
17
env:
18
- PERSONAL_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
19
CONFIG_FILE: mkdocs.yml
20
REQUIREMENTS: requirements.txt
mkdocs.yml
@@ -1,7 +1,7 @@
1
site_name: Conductor Documentation
2
site_description: Conductor is a platform created by Netflix to orchestrate workflows that span across microservices.
3
repo_url: https://github.com/conductor-oss/conductor
4
-site_url: https://c4lm.github.io/conductor-docs
+site_url: https://conductor-oss.github.io/conductor
5
edit_uri: ''
6
strict: false
7
use_directory_urls: false
0 commit comments