Skip to content

Commit

Permalink
CI: add publish docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Sep 6, 2024
1 parent 3b751ff commit 1525417
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Publish Docs

on:
push:
branches: ['main']
workflow_dispatch:

jobs:
publish-docs:
uses: wisemen-digital/devops-github-actions/.github/workflows/node-publish-docs.yml@main
with:
dist-path: .vitepress/dist/

0 comments on commit 1525417

Please sign in to comment.