Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed Apr 11, 2022
1 parent 708bf68 commit bf52d82
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
npm run build
- name: Deploy to GitHub Pages
if: success()
# uses: peaceiris/actions-gh-pages@v3
# with:
# deploy_key: ${{ secrets.ROBOT_CLICKHOUSE_SSH_KEY }}
# external_repository: ClickHouse/clickhouse-docs-content
# publish_branch: main
# publish_dir: docs
uses: JamesIves/[email protected]
uses: peaceiris/actions-gh-pages@v3
with:
repository-name: ClickHouse/clickhouse-docs-content
token: ${{ secrets.ROBOT_CLICKHOUSE_COMMIT_TOKEN }}
branch: gh-pages
folder: docs
deploy_key: ${{ secrets.DEPLOY_DOCS_TOKEN }}
external_repository: ClickHouse/clickhouse-docs-content
publish_branch: main
publish_dir: docs
# uses: JamesIves/[email protected]
# with:
# repository-name: ClickHouse/clickhouse-docs-content
# token: ${{ secrets.ROBOT_CLICKHOUSE_COMMIT_TOKEN }}
# branch: gh-pages
# folder: build

0 comments on commit bf52d82

Please sign in to comment.