Skip to content

ci: genrate api documentation #4

ci: genrate api documentation

ci: genrate api documentation #4

Workflow file for this run

name: generate-api-documentation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
make:
runs-on: ubuntu-latest
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: 1.19
- name: Setup Node
# Latest version `v3.7.0` contains a bug, see the following issue:
# https://github.com/actions/setup-node/issues/801
uses: actions/setup-node@v3.6.0
with:
node-version: 18
#registry-url: https://registry.npmjs.org
#cache: "yarn"
#cache-dependency-path: frontend/yarn.lock
- name: Generate PDF's
run: make generate-pdf
- uses: actions/upload-artifact@v3
with:
name: auth-pdf
path: auth.pdf