Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #5 from rkweehinzmann/main #3

Merge pull request #5 from rkweehinzmann/main

Merge pull request #5 from rkweehinzmann/main #3

Workflow file for this run

name: Deploy docs
on: # yamllint disable-line rule:truthy
push:
branches:
- main
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: SciCatProject/scicatlive/.github/actions/mkdocs-pages@tree
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
push: true