Skip to content

Commit

Permalink
ci(docs): allow manual execution of docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Dec 5, 2024
1 parent bf655c1 commit d07b5b8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/docs.yml → .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: docs
on: [push, pull_request]
name: Docs

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- name: panvimdoc
Expand Down

0 comments on commit d07b5b8

Please sign in to comment.