Skip to content

Commit

Permalink
Add workflow to publish docs to wiki (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
wins1ey authored Mar 26, 2024
2 parents 080df44 + 26900fa commit f32ca01
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches: [main]
paths:
- docs/**
- .github/workflows/publish-wiki.yml

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Upload docs to wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
File renamed without changes.

0 comments on commit f32ca01

Please sign in to comment.