Skip to content

chore: fix file extension from .yaml to .yml (#15) #20

chore: fix file extension from .yaml to .yml (#15)

chore: fix file extension from .yaml to .yml (#15) #20

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/docs-template/.github/actions/mkdocs-pages@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
push: true
docs_folder: ''