tinker with GHA more
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-08-11 16:12:25 +02:00
parent 3dc4115350
commit 3540770b3d
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
3 changed files with 2 additions and 27 deletions

View File

@ -1,4 +1,4 @@
name: github-release
name: GitHub Release
on:
push:

View File

@ -1,3 +1,4 @@
name: Test
on: push
jobs:

View File

@ -1,26 +0,0 @@
name: Deploy Wiki
on:
push:
paths:
# Trigger only when wiki directory changes
- "doc/wiki/**"
jobs:
deploy-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
uses: git submodule update --init --recursive
- name: Push Wiki Changes
uses: Andrew-Chen-Wang/github-wiki-action@v3
env:
# Make sure you have that / at the end. We use rsync
# WIKI_DIR's default is wiki/
WIKI_DIR: doc/wiki/
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_MAIL: ${{ secrets.YOUR_EMAIL }}
GH_NAME: ${{ github.repository_owner }}