Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Oct 22, 2024
1 parent bcd5fad commit 37cd672
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/taiko-client--pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: List contents of docs directory
run: ls -la packages/taiko-client/docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/taiko-client/docs # Set this to where your `index.html` is located
publish_dir: /packages/taiko-client/docs # Set this to where your `index.html` is located
publish_branch: gh-pages

0 comments on commit 37cd672

Please sign in to comment.