Skip to content

Create CITATION.cff #10

Create CITATION.cff

Create CITATION.cff #10

Workflow file for this run

name: Build and Deploy Jinja2 Site
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install jinja2
- name: Render templates
run: python render.py
# - name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs