Skip to content

Commit dfbb8a8

Browse files
committed
Merge branch 'master' of github.com:the-kraljica/under-construction
2 parents 670ce71 + a5407a8 commit dfbb8a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: [push]
2+
3+
jobs:
4+
nikola_build:
5+
runs-on: ubuntu-latest
6+
name: 'Deploy Nikola to GitHub Pages'
7+
steps:
8+
- name: Check out
9+
uses: actions/checkout@v2
10+
- name: Build and Deploy Nikola
11+
uses: getnikola/nikola-action@v8
12+
with:
13+
dry_run: false

0 commit comments

Comments
 (0)