Documentation

This commit is contained in:
squidfunk 2022-01-08 10:56:08 +01:00
parent db3ba10979
commit 17126642fd

View File

@ -29,8 +29,8 @@ contents:
name: ci # (1)! name: ci # (1)!
on: on:
push: push:
branches: # (2)! branches:
- master - master # (2)!
- main - main
jobs: jobs:
deploy: deploy:
@ -126,8 +126,8 @@ contents:
image: python:latest image: python:latest
pages: pages:
stage: deploy stage: deploy
only: # (1)! only:
- master - master # (1)!
- main - main
script: script:
- pip install mkdocs-material - pip install mkdocs-material