Skip to content

Commit

Permalink
Adding chapter 7. Fixing CR in chapter 1, fixing pillar.conf for usin…
Browse files Browse the repository at this point in the history
…g MD version
  • Loading branch information
tesonep committed Feb 14, 2024
1 parent 6599c13 commit 01026e5
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 16 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: UnifiedFFI
Loading

0 comments on commit 01026e5

Please sign in to comment.