Skip to content

Improve BS5 form errors #67

Improve BS5 form errors

Improve BS5 form errors #67

Workflow file for this run

name: Build and Deploy GhPages docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: sbt
- name: Build
run: sbt "clean; hepekDocs/hepek"
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: hepek-docs/target/web/public/main/docs