Skip to content

Commit

Permalink
Testing cross-repo action for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed Apr 8, 2022
1 parent 9646aea commit 7067702
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
npm run build
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
uses: JamesIves/github-pages[email protected]
with:
repository-name: ClickHouse/clickhouse-docs-content
target_branch: gh-pages
build_dir: build
folder: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7067702

Please sign in to comment.