Skip to content

[ci] some experiments with apk building #23

[ci] some experiments with apk building

[ci] some experiments with apk building #23

Workflow file for this run

name: Publish Docs
on:
push:
branches: [ "master" ]
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set App Version
run: |
sed -i "s/\"version\".*/\"version\": \"${GITHUB_REF_NAME#v}\",/" docs/api/swagger.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/api