We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07c56d commit de380beCopy full SHA for de380be
.github/workflows/main.yml
@@ -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