Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (#1671) #908

Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (#1671)

Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (#1671) #908

Workflow file for this run

# documentation publish
---
name: doc-publish
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: generate site
uses: ./.github/actions/documentation
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site