fix(*): Fix broken ci file indentation

This commit is contained in:
Josh Creek
2022-10-20 22:19:41 +01:00
parent 5a9293f5cd
commit c59705bc6d
+19 -19
View File
@@ -1,20 +1,20 @@
name: ci name: ci
on: on:
push: push:
branches: branches:
- master - master
- main - main
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: 3.x python-version: 3.x
- uses: actions/cache@v2 - uses: actions/cache@v2
with: with:
key: ${{ github.ref }} key: ${{ github.ref }}
path: .cache path: .cache
- run: pip install mkdocs-material - run: pip install mkdocs-material
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force