Skip to content

Commit de380be

Browse files
committed
Added .github/workflows/main.yml
1 parent f07c56d commit de380be

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Yaml file for any Github commit on src, it will run Nikola and update the website.
2+
# .github/workflows/main.yml
3+
# 2025-03-06 actions/checkout at v4, nikola-actoin at v8
4+
on: [push]
5+
6+
jobs:
7+
nikola_build:
8+
runs-on: ubuntu-latest
9+
name: 'Deploy Nikola to GitHub Pages'
10+
steps:
11+
- name: Check out
12+
uses: actions/checkout@v4
13+
- name: Build and Deploy Nikola
14+
uses: getnikola/nikola-action@v8
15+
with:
16+
dry_run: false

0 commit comments

Comments
 (0)