pull/557/merge
Mesbah Tanvir 2023-04-13 08:37:47 +08:00 committed by GitHub
commit b9a874a37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/generate-epub.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Generate Epub
on: [push,pull_request]
jobs:
generate-epub:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Installing Pandoc
run: sudo apt-get install pandoc
- name: Generating Epub
run: ./generate-epub.sh
shell: bash
- name: Uploading Artifact
uses: actions/upload-artifact@v2
with:
name: system-design-primer-epubs
path: ./*.epub