Skip to content

Tsuesun/actions-docs

 
 

Repository files navigation

actions-docs

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
    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

Packages

No packages published

Languages

  • TypeScript 94.1%
  • JavaScript 5.9%