mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
Merge ed3cb62719 into a07e261677
This commit is contained in:
18
.github/workflows/generate-epub.yml
vendored
Normal file
18
.github/workflows/generate-epub.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user