Skip to content

Merge pull request #111 from rizinorg/dev #179

Merge pull request #111 from rizinorg/dev

Merge pull request #111 from rizinorg/dev #179

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Quarto and render
uses: pommevilla/quarto-render@main
- name: Deploy
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
cname: book.rizin.re
- name: Render to PDF and ePub
shell: bash
run: |
quarto render --to pdf
quarto render --to epub