Skip to content

Commit

Permalink
Merge pull request #90 from kellerkinderDE/feature/wiki-update
Browse files Browse the repository at this point in the history
feat: update wiki on tag push and manually
  • Loading branch information
tinect authored Jan 25, 2024
2 parents f822f4a + 6e4fa9d commit c1ae8e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_docs_to_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Publish docs to Wiki

on:
push:
paths:
- docs/**
- .github/workflows/publish_docs_to_wiki.yml
tags:
- '**'

jobs:
publish_docs_to_wiki:
Expand All @@ -19,7 +18,6 @@ jobs:
regex: true
include: "docs/*.md"
- name: Upload Docs to Wiki
if: github.ref_type == 'tag'
uses: docker://decathlon/wiki-page-creator-action:latest
env:
GH_PAT: ${{ secrets.WIKI_ACTION_TOKEN_ServiceUser }}
Expand Down

0 comments on commit c1ae8e1

Please sign in to comment.