https://github.com/tradeshift/actions-docs
GHA for building and publishing Tradeshift docs
https://github.com/tradeshift/actions-docs
developer-productivity
Last synced: about 1 year ago
JSON representation
GHA for building and publishing Tradeshift docs
- Host: GitHub
- URL: https://github.com/tradeshift/actions-docs
- Owner: Tradeshift
- License: mit
- Created: 2021-03-04T09:53:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T13:45:24.000Z (about 1 year ago)
- Last Synced: 2025-04-25T14:47:16.432Z (about 1 year ago)
- Topics: developer-productivity
- Language: TypeScript
- Size: 3.1 MB
- Stars: 3
- Watchers: 8
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# actions-docs
[](https://github.com/semantic-release/semantic-release)
This action builds and pushes latest docs to docs s3 storage
## Usage `tradeshift/actions-docs@v1`
The following are a few different usage examples
### Build and push latest docs
```yaml
jobs:
docs:
runs-on: [self-hosted,ts-large-x64-docker-large]
steps:
- uses: actions/checkout@v2
- uses: tradeshift/actions-docs@v1
with:
path: docs/swagger.json
```