Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T16:14:16.000Z (2 months ago)
- Last Synced: 2024-11-17T09:03:25.647Z (about 2 months ago)
- Topics: developer-productivity
- Language: TypeScript
- Size: 2.14 MB
- Stars: 3
- Watchers: 9
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# actions-docs
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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
```