Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SquareBracketAssociates/Booklet-P…
Browse files Browse the repository at this point in the history
…haroChosenPieces
  • Loading branch information
Ducasse committed Oct 10, 2023
2 parents 8ef915d + 4a68230 commit f2f9376
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 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: chosenpieces-wip
9 changes: 4 additions & 5 deletions README.md
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/).

0 comments on commit f2f9376

Please sign in to comment.