Cancel weekly meetings an office hours in December 2024 & January 202… #84
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |