Skip to content

Bump wala.version from 1.7.0 to 1.7.1 (#280) #38

Bump wala.version from 1.7.0 to 1.7.1 (#280)

Bump wala.version from 1.7.0 to 1.7.1 (#280) #38

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 }}