Skip to content

chore: add docs action workflow #1

chore: add docs action workflow

chore: add docs action workflow #1

Workflow file for this run

name: Generate docs
on:
push:
branches:
- main
jobs:
generate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Push output to docs repo
uses: ./
env:
API_TOKEN_GITHUB: ${{ secrets.DOCS_GEN_GH_TOKEN }}
with:
jsdoc-input-files: "./components ./containers ./lib ./app ./package.json"
destination-github-username: "eutiveumsonho"
destination-repository-name: "docs"
user-name: marcelovicentegc
user-email: [email protected]
target-branch: main
commit-message: "docs: update docs ORIGIN_COMMIT"