Skip to content

Merge pull request #2591 from Taraxa-project/fix-slashing-gas #427

Merge pull request #2591 from Taraxa-project/fix-slashing-gas

Merge pull request #2591 from Taraxa-project/fix-slashing-gas #427

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches:
- develop
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install deps 🔧
run: sudo apt-get install -y doxygen graphviz
- name: Build docs 🔧
run: doxygen
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: doxygen_docs/html