Skip to content

Merge pull request #708 from 0x3327/feat/elgamal #2498

Merge pull request #708 from 0x3327/feat/elgamal

Merge pull request #708 from 0x3327/feat/elgamal #2498

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ master, audit, dev, feat/elgamal ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.18'
- name: Build
run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/v1' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./publish