Skip to content

Fix typo on blog updates and altqq #17

Fix typo on blog updates and altqq

Fix typo on blog updates and altqq #17

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: sudo apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force