Skip to content

Merge branch 'docs' of https://github.com/reactive-commons/reactive-c… #6

Merge branch 'docs' of https://github.com/reactive-commons/reactive-c…

Merge branch 'docs' of https://github.com/reactive-commons/reactive-c… #6

Workflow file for this run

name: 'reactive-commons-docs'
on:
push:
branches:
- docs
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: Setup Node.js
with:
node-version-file: 'docs-src/.nvmrc'
- run: npm ci
name: Install dependencies
working-directory: docs-src
- run: npm run build
name: Build docs
working-directory: docs-src
- name: Push Docs and Changelog
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'docs'
commit-message: 'Automatic docs generation'
force-add: 'true'
files: docs/
name: ${{ github.actor }}
email: ${{ github.actor }}@users.noreply.github.com