-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:SquareBracketAssociates/Booklet-P…
…haroChosenPieces
- Loading branch information
Showing
2 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: chosenpieces-wip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Pharo Chosen Pieces | ||
|
||
A little book to present some selected parts of the Pharo language. | ||
|
||
[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](https://github.com/SquareBracketAssociates/Booklet-PharoChosenPieces/releases/download/latest/chosenpieces-wip.pdf) | ||
[![Centralized book generation](https://github.com/SquareBracketAssociates/Booklet-PharoChosenPieces/actions/workflows/main.yml/badge.svg)](https://github.com/SquareBracketAssociates/Booklet-PharoChosenPieces/actions/workflows/main.yml) | ||
|
||
https://travis-ci.com/SquareBracketAssociates/Booklet-PharoChosenPieces | ||
A little book to present some selected parts of the Pharo language. | ||
|
||
Look here for more [Books and Booklets](http://books.pharo.org/). | ||
The pdf of the current book should be available on the release tab of this page. | ||
Look here for more [Books and Booklets](http://books.pharo.org/). |