Skip to content

Add deprecation warnings to APIv1 #14

Add deprecation warnings to APIv1

Add deprecation warnings to APIv1 #14

name: GitHub Pages
on:
push:
branches: [ master ]
paths: [ 'docs/**' ]
workflow_dispatch:
inputs:
jobs:
build-deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
extended: true
- name: Build
run: hugo -s docs --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs/public