Skip to content

Commit

Permalink
Add Github Workflow for docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 20, 2024
1 parent 03e131b commit 237f91d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: GitHub Pages

on:
push:
branches: ['main']
tags: ['*']

jobs:
upload-docs:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
steps:
- uses: gopxl/docs@main
with:
docs-directory: 'docs/'
main-branch: 'main'

0 comments on commit 237f91d

Please sign in to comment.