Skip to content

Commit

Permalink
Publish Wiki when a tag is pushed
Browse files Browse the repository at this point in the history
Whenever a new tag is pushed, this indicates a new release of
BashPass. Thus, the changes made during development, to the wiki,
should be published.
  • Loading branch information
AntonVanAssche committed Apr 19, 2024
1 parent d5578d9 commit 167c09d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: Wiki
name: Publish wiki

on:
push:
branches:
- master
paths:
- ".github/WIKI/**"
tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
# Additional steps to generate documentation in "Documentation" directory
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
Expand Down

0 comments on commit 167c09d

Please sign in to comment.