Skip to content

Commit a5407a8

Browse files
authored
Create main.yml for GHActions
1 parent 755397a commit a5407a8

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)