Skip to content

update core to latest main (#880) #280

update core to latest main (#880)

update core to latest main (#880) #280

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.21.x
- name: generate docs
run: make docs
- name: Create pull request in the documentations repo
env:
API_TOKEN_GITHUB: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
USER_EMAIL: ${{ github.event.pusher.email }}
USER_NAME: ${{ github.event.pusher.name }}
run: scripts/open-docs-pull-request.sh