Skip to content

Secure comm channels 2 (#134) #114

Secure comm channels 2 (#134)

Secure comm channels 2 (#134) #114

Workflow file for this run

#
# Copyright (c) 2021-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
#
name: Deploy to Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Material for MkDocs
run: pip install \
mkdocs-material==9.6.8 \
mkdocs-minify-plugin==0.7.1 \
mkdocs-swagger-ui-tag==0.6.11
- name: Deploy site
run: mkdocs gh-deploy --force