Skip to content

Commit 0c5c760

Browse files
committed
update doc gen
1 parent 80bfb01 commit 0c5c760

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

.github/generate_gh_pages.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/generate_gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Deploy docs
1616
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1717
env:
18-
PERSONAL_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
1919
CONFIG_FILE: mkdocs.yml
2020
REQUIREMENTS: requirements.txt

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Conductor Documentation
22
site_description: Conductor is a platform created by Netflix to orchestrate workflows that span across microservices.
33
repo_url: https://github.com/conductor-oss/conductor
4-
site_url: https://c4lm.github.io/conductor-docs
4+
site_url: https://conductor-oss.github.io/conductor
55
edit_uri: ''
66
strict: false
77
use_directory_urls: false

0 commit comments

Comments
 (0)