Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Update links

Update links #45

Workflow file for this run

name: Build docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docs
run: ./make.sh
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 # https://github.com/peaceiris/actions-gh-pages
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: .
force_orphan: true
exclude_assets: '.github,openapi,.redocly.yaml,LICENSE,README.md,make.sh'
cname: docs.api.jizt.it