Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Jan 6, 2025
1 parent db5e26b commit e32e65b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/taiko-client--pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: preconf-driver-apis

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -52,12 +50,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: preconf-driver-apis

- 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_branch: gh-pages
destination_dir: soft-block-apis

0 comments on commit e32e65b

Please sign in to comment.