Skip to content

Pyrofork: Bump version to v2.3.20.post3 #216

Pyrofork: Bump version to v2.3.20.post3

Pyrofork: Bump version to v2.3.20.post3 #216

Workflow file for this run

name: Build-docs
on:
push:
tags:
- "*"
branches:
- staging
- dev/*
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build
run: bash build-docs.sh
env:
DOCS_KEY: ${{ secrets.DOCS_KEY }}