Skip to content

Commit 33ed9bd

Browse files
authored
Merge pull request #107 from algorandfoundation/docs/update-links
docs: update links in readme to point to github pages
2 parents 08176f8 + cc4bca1 commit 33ed9bd

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ jobs:
6262
path: artifacts
6363

6464
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
65-
if: github.ref_name != 'main'
6665
run: npx semantic-release
6766
env:
6867
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
6968

7069
- name: Publish @algorandfoundation/algorand-typescript-testing
71-
if: github.ref_name != 'main'
7270
uses: JS-DevTools/npm-publish@v3
7371
with:
7472
token: ${{ secrets.NPM_TOKEN }}

.releaserc.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
"pkgRoot": "artifacts/algo-ts-testing"
6464
}
6565
],
66-
[
67-
"@semantic-release/github",
68-
{
69-
"successComment": false
70-
}
71-
]
66+
"@semantic-release/github"
7267
]
73-
}
68+
}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ To dig deeper into the capabilities of `algorand-typescript-testing`, continue w
299299

300300
#### Contents
301301

302-
- [Testing Guide](./docs/testing-guide.md)
303-
- [Examples](./docs/examples.md)
304-
- [Coverage](./docs/coverage.md)
305-
- [FAQ](./docs/faq.md)
306-
- [API Reference](./docs/api.md)
307-
- [Algorand TypeScript](./docs/algots.md)
302+
- [Testing Guide](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Algorand_TypeScript_Testing_Guide.html)
303+
- [Examples](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Examples.html)
304+
- [Coverage](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Coverage.html)
305+
- [FAQ](https://algorandfoundation.github.io/algorand-typescript-testing/documents/FAQ.html)
306+
- [API Reference](https://algorandfoundation.github.io/algorand-typescript-testing/documents/API_Reference.html)
307+
- [Algorand TypeScript](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Algorand_TypeScript.html)

0 commit comments

Comments
 (0)