Skip to content

Add December topic

Add December topic #60

Workflow file for this run

name: Lektor
on:
push:
branches:
- "content"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build
run: lektor build --output-path output
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: master
folder: output