Skip to content

Updating landing page and meetings (#172) #76

Updating landing page and meetings (#172)

Updating landing page and meetings (#172) #76

Workflow file for this run

name: Build and deploy site
on:
push:
branches:
- src
workflow_dispatch:
jobs:
nikola_build:
runs-on: ubuntu-latest
name: Deploy Nikola to GitHub Pages
steps:
- name: Check out
uses: actions/checkout@v3
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v8
with:
dry_run: false