Skip to content

Commit 439b01d

Browse files
committed
switch from Travis-CI to Github actions
1 parent 0f826ed commit 439b01d

File tree

4 files changed

+28
-35
lines changed

4 files changed

+28
-35
lines changed

.github/workflows/build.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Build LaTeX document
2+
on: [push]
3+
jobs:
4+
build_latex:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Set up Git repository
8+
uses: actions/checkout@v2
9+
- name: Compile LaTeX document
10+
uses: xu-cheng/latex-action@v2
11+
with:
12+
root_file: open-logic-debug.tex

.travis.yml

-8
This file was deleted.

Dockerfile

-23
This file was deleted.

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
The Open Logic Project
22
======================
33

4-
[![Build Status](https://travis-ci.com/OpenLogicProject/OpenLogic.svg?branch=master)](https://travis-ci.com/OpenLogicProject/OpenLogic)
4+
[![Build
5+
Status](https://github.com/OpenLogicProject/OpenLogic/actions/workflows/build.yml/badge.svg)](https://github.com/OpenLogicProject/OpenLogic/actions/workflows/build.yml)
56

6-
The Open Logic Project is an open source, open access collection of materials on advanced logic, aimed mainly at philosophers, but also suitable for computer scientists and mathematicians. The text can be rearranged and remixed. You can produce custom textbooks from it, so they take the aim of the course and the preferences of the instructor into account. It is written in LaTeX.
7+
The Open Logic Project is an open source, open access collection of
8+
materials on advanced logic, aimed mainly at philosophers, but also
9+
suitable for computer scientists and mathematicians. The text can be
10+
rearranged and remixed. You can produce custom textbooks from it, so
11+
they take the aim of the course and the preferences of the instructor
12+
into account. It is written in LaTeX.
713

8-
For more information, see the <a href="http://openlogicproject.org/">project website</a> and <a href="https://github.com/OpenLogicProject/OpenLogic/wiki">Open Logic wiki</a>.
14+
For more information, see the <a
15+
href="https://openlogicproject.org/">project website</a> and <a
16+
href="https://github.com/OpenLogicProject/OpenLogic/wiki">Open Logic
17+
wiki</a>.
18+
19+
This repository contains LaTeX source files only. Head to the <a
20+
href="https://builds.openlogicproject.org/">builds site to download PDFs</a>.
921

1022
Author(s): The Open Logic Project
1123

12-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">The Open Logic Text</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://openlogicproject.org/people/" property="cc:attributionName" rel="cc:attributionURL">The Open Logic Project</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://openlogicproject.org/" rel="cc:morePermissions">http://openlogicproject.org/</a>.
24+
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">The Open Logic Text</span> by <a xmlns:cc="https://creativecommons.org/ns#" href="https://openlogicproject.org/people/" property="cc:attributionName" rel="cc:attributionURL">The Open Logic Project</a> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="https://creativecommons.org/ns#" href="https://openlogicproject.org/" rel="cc:morePermissions">https://openlogicproject.org/</a>.

0 commit comments

Comments
 (0)