Skip to content

Commit

Permalink
ci: add wiki publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 24, 2023
1 parent 99e41c1 commit 8fc32ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 📖 Publish Docs to Wiki

on:
push:
paths:
- docs/**
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:

jobs:
publish-docs-to-wiki:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
homepage_path: "index.md"

0 comments on commit 8fc32ff

Please sign in to comment.