Skip to content

Commit

Permalink
fix: gh-pages (#10)
Browse files Browse the repository at this point in the history
* fix: gh-pages
  • Loading branch information
joepegler authored Mar 4, 2024
1 parent 9c45a9f commit b9bfeb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Set remote url
run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/bcnmy/sdk.git

- name: Run the tests
run: bun run docs:deploy

Expand Down

0 comments on commit b9bfeb8

Please sign in to comment.