Skip to content

Announce Jira upgrade and restart #695

Announce Jira upgrade and restart

Announce Jira upgrade and restart #695

Workflow file for this run

name: Hugo
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# this is needed to checkout theme which normally come from separate git repository
submodules: true
- name: Check site can be built with the docker compose image
run: docker compose --profile=donotstart up build