Skip to content

GHA for building and publishing Tradeshift docs

License

Notifications You must be signed in to change notification settings

adinaiordache2017/actions-docs

 
 

Repository files navigation

actions-docs

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

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

About

GHA for building and publishing Tradeshift docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 92.8%
  • JavaScript 7.2%