Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SquareBracketAssociates/Booklet-CORMAS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: latest
Choose a base ref
...
head repository: SquareBracketAssociates/Booklet-CORMAS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 29 files changed
  • 2 contributors

Commits on Aug 23, 2024

  1. Copy the full SHA
    43f6615 View commit details
  2. Update main.yml

    Ducasse authored Aug 23, 2024
    Copy the full SHA
    3edf91e View commit details

Commits on Aug 26, 2024

  1. Merge pull request #6 from Ducasse/master

    Latex 2023 + pillar 10.2
    olekscode authored Aug 26, 2024
    Copy the full SHA
    25ffc4c View commit details

Commits on Sep 16, 2024

  1. exec

    Ducasse committed Sep 16, 2024
    Copy the full SHA
    60caadf View commit details
  2. migrating

    Ducasse committed Sep 16, 2024
    Copy the full SHA
    65da143 View commit details
  3. index.md

    Ducasse committed Sep 16, 2024
    Copy the full SHA
    c9333b7 View commit details
  4. Copy the full SHA
    4ef2d1e View commit details
  5. Copy the full SHA
    fe806df View commit details
40 changes: 6 additions & 34 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,18 @@
name: Book generation
name: Pillar >10

on:
# Triggers the workflow on push or pull request events but only for the master branch
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:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Prepare Pillar
run: |
git clone https://github.com/pillar-markup/pillar.git -b v8.2.6
export PATH="$HOME/texlive/bin/x86_64-linux:$PWD/build:$PATH"
./pillar/scripts/ci/install-texlive
./_support/latex/ensure-dependencies-2018.sh
./pillar/scripts/build.sh
mkdir artifacts
- name: Build PDF
run: |
export PATH="$HOME/texlive/bin/x86_64-linux:$PWD/build:$PATH"
pillar build pdf book.md
mv _result/pdf/book.pdf _result/pdf/Booklet-CORMAS.pdf
- name: Continuous Release
if: ${{ github.event_name == 'push' }}
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "PDF (continuous release)"
files: |
_result/pdf/*.pdf
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@newVersionOfPillar
with:
bookname: CormasPrimer
Loading