Skip to content

Bump net.alchim31.maven:scala-maven-plugin from 4.9.7 to 4.9.8 (#254) #19

Bump net.alchim31.maven:scala-maven-plugin from 4.9.7 to 4.9.8 (#254)

Bump net.alchim31.maven:scala-maven-plugin from 4.9.7 to 4.9.8 (#254) #19

name: Documentation Deployment
on:
push:
branches:
- develop
tags:
- '*'
concurrency:
group: gh-pages
jobs:
deploy-doc:
name: Deploy Stable Documentation
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # mike needs full history to push to gh-pages
- name: Deploy Documentation
uses: secure-software-engineering/actions/documentation/deployment@develop
with:
version: ${{ github.ref_name }}