Skip to content

build(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2 (#968) #518

build(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2 (#968)

build(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2 (#968) #518

Workflow file for this run

name: Javadoc
on:
push:
branches:
- master
jobs:
javadoc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
cache: gradle
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- name: Generate Groovydoc
run: ./gradlew groovydoc
- name: Prepare to Deploy
run: |
npm ci
rm -f .git/hooks/commit-msg
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build/docs/groovydoc/