Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HawAPI/js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: HawAPI/js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 8, 2023

  1. ci: Fix wrong deploy step

    LucJosin committed Nov 8, 2023
    Copy the full SHA
    cefdbbd View commit details
Showing with 8 additions and 6 deletions.
  1. +8 −6 .github/workflows/docs.yml
14 changes: 8 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -29,10 +29,12 @@ jobs:
- name: Build docs
run: yarn build:doc

- run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- uses: LucJosin/publish-orphan-branch@main
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
ARGS: '--dir "docs" --branch "ph-pages"'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_branch: ph-pages
enable_jekyll: false
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'