Skip to content

[bgw-docs] Removed build fragments #470

[bgw-docs] Removed build fragments

[bgw-docs] Removed build fragments #470

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
github-pages-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # Required for version number generation
- name: Validate Gradle artifacts
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
distribution: temurin
java-version: 11
- name: Generate Page
uses: gradle/gradle-build-action@v2
with:
arguments: :bgw-docs:docsBuild
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: bgw-docs/website/dist
single-commit: true