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 d85f605 commit eed40ad
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 70 deletions.
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: Commander-wip
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Booklet-Commander 2.0

[![Build status]( https://travis-ci.com/SquareBracketAssociates/Booklet-Commander.svg?branch=master)](https://travis-ci.com/SquareBracketAssociates/Booklet-Commander)
[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](https://github.com/SquareBracketAssociates/Booklet-Commander/releases/download/latest/Commander-wip.pdf)
[![Centralized book generation](https://github.com/SquareBracketAssociates/Booklet-Commander/actions/workflows/main.yml/badge.svg)](https://github.com/SquareBracketAssociates/Booklet-Commander/actions/workflows/main.yml)

The commander framework is the command framework that Pharo will use to replace all the others.
24 changes: 0 additions & 24 deletions index.pillar

This file was deleted.

13 changes: 12 additions & 1 deletion pillar.conf
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
{ "language" : "en-UK", "base_url" : "", "attribution" : "Stéphane Ducasse and Julien Delplanque", "keywords" : "project template, Pillar, Pharo, Smalltalk", "title" : "Commander20: a Command Framework", "series" : "Square Bracket tutorials", "htmlWriter" : "html", "latexWriter" : "miclatex:sbabook", "site_name" : "Commander", "\"tocFile\": \"index.pillar\" if you have a index.pillar file containing the table of contents of your book" : "comment"}
{
"language" : "en-UK",
"base_url" : "",
"attribution" : "Stéphane Ducasse and Julien Delplanque",
"keywords" : "project template, Pillar, Pharo, Smalltalk",
"title" : "Commander20: a Command Framework",
"series" : "Square Bracket tutorials",
"htmlWriter" : "html",
"latexWriter" : "miclatex:sbabook",
"site_name" : "Commander",
"tocFile": "index.md"
}
13 changes: 0 additions & 13 deletions pillarconf.old

This file was deleted.

0 comments on commit eed40ad

Please sign in to comment.