Skip to content

Merge pull request #916 from google/test-python-wheel #112

Merge pull request #916 from google/test-python-wheel

Merge pull request #916 from google/test-python-wheel #112

name: JS - generate docs
on:
# Runs on pushes targeting the default branch
push:
branches: [ "main" ]
paths:
- 'js/**'
- '.github/workflows/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
makeDocs:
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
with:
ref: main
- name: Generate docs
working-directory: js
run: |
yarn
yarn run build
yarn run make-docs
- name: Commit
run: |
git config --local user.email "[email protected]"
git config --local user.name "Luca Invernizzi"
git commit -m "Update docs" -a