Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into release-v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed May 18, 2023
2 parents a085ae1 + c960d38 commit a9a2d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: stellar/js-stellar-base
ref: soroban
path: js-stellar-base

- name: Install Node (14.x)
Expand All @@ -26,9 +27,6 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Build
run: gulp

- name: Checkout GH pages
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"include": ["libdocs", "js-stellar-base/src"],
"include": ["lib", "js-stellar-base/src"],
"exclude": "js-stellar-base/src/generated"
},
"opts": {
Expand Down

0 comments on commit a9a2d3a

Please sign in to comment.