Skip to content

Commit

Permalink
Migrate to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Mar 2, 2023
1 parent f05f128 commit e3a7695
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 80 deletions.
27 changes: 0 additions & 27 deletions .bintray.json

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name: Centralized book generation

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 0'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@master
with:
bookname: magritte-wip
42 changes: 0 additions & 42 deletions .travis.yml

This file was deleted.

13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# A booklet on the Magritte the Meta Data-Driven Framework

[![Build status][badge]][travis]

[travis]: https://travis-ci.org/SquareBracketAssociates/Booklet-Magritte
[badge]: https://travis-ci.org/SquareBracketAssociates/Booklet-Magritte.svg?branch=master

The result from the latest successful Travis build can be found [on Bintray (PDF)](https://bintray.com/squarebracketassociates/wip/download_file?file_path=magritte-wip.pdf).

## To contribute

- Fork
- Do pull Request
[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](https://github.com/SquareBracketAssociates/Booklet-Maggrite/releases/download/latest/magritte-wip.pdf)
[![Centralized book generation](https://github.com/SquareBracketAssociates/Booklet-Maggrite/actions/workflows/main.yml/badge.svg)](https://github.com/SquareBracketAssociates/Booklet-Maggrite/actions/workflows/main.yml)

## To latex it locally

Expand Down
File renamed without changes.

0 comments on commit e3a7695

Please sign in to comment.