Skip to content

Commit 2cbe6a8

Browse files
committed
CI: Base
1 parent 697f52b commit 2cbe6a8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/build-page.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build presentation
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
7+
jobs:
8+
build:
9+
runs-on: docker.nix-community.org/nixpkgs/nix-flakes
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v2
13+
14+
- name: Build
15+
run: nix flake build
16+
17+
- name: Deploy
18+
uses: JamesIves/[email protected]
19+
with:
20+
branch: gh-pages
21+
folder: result

0 commit comments

Comments
 (0)