Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SquareBracketAssociates/Booklet-STON
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 3, 2023
2 parents 0992392 + 4b586e9 commit 55815f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 35 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: ston
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Booklet-STON
A nice booklet for the STON superb object serializer

[![Build status](https://travis-ci.com/SquareBracketAssociates/Booklet-STON.svg?branch=master)](https://travis-ci.com/SquareBracketAssociates/Booklet-STON)


[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](https://github.com/SquareBracketAssociates/Booklet-STON/releases/download/latest/ston.pdf)
[![Centralized book generation](https://github.com/SquareBracketAssociates/Booklet-STON/actions/workflows/main.yml/badge.svg)](https://github.com/SquareBracketAssociates/Booklet-STON/actions/workflows/main.yml)

A nice booklet for the STON superb object serializer

0 comments on commit 55815f2

Please sign in to comment.