Skip to content

feat: bump api to 0.68.0 (#363) #1560

feat: bump api to 0.68.0 (#363)

feat: bump api to 0.68.0 (#363) #1560

name: Build Documentation
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch: {}
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./actions/build-documentation
with:
unleash-url: ${{ vars.UNLEASH_URL }}
unleash-app-name: ${{ vars.UNLEASH_APP_NAME }}
unleash-client-key: ${{ vars.UNLEASH_CLIENT_KEY }}
bot-url: ${{ vars.BOT_URL }}