this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gha manual trigger

+1 -1
+1 -1
.github/workflows/build-docs.yml
··· 1 1 name: Build Docs 2 2 run-name: ${{ github.actor }} is building docs 3 - on: [push] 3 + on: workflow_dispatch 4 4 jobs: 5 5 Build-Docs: 6 6 runs-on: ubuntu-latest