Skip to content

Commit

Permalink
Add github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Oct 31, 2024
1 parent 7cf6ace commit 81ee290
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ci

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: install mkdocs
run: pip3 install mkdocs==1.6.1

- name: build
run: make
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/rfjakob/gocryptfs-website.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs-website)
![ci](https://github.com/rfjakob/gocryptfs-website/actions/workflows/ci.yml/badge.svg)

This repostitory contains the gocryptfs website that is available at
https://nuetzlich.net/gocryptfs .
Expand Down

0 comments on commit 81ee290

Please sign in to comment.