Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Replace Travis CI with a GitHub Action (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd authored and Jan Doberstein committed Nov 26, 2020
1 parent 889ce76 commit d2c069f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Graylog Docs

on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@35082eb35b69713fe335801c4d5846a4cc3c91ff
with:
docs-folder: "."
build-command: "sphinx-build -nW -b html -d _build/doctrees . _build/html"
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

0 comments on commit d2c069f

Please sign in to comment.