Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
3dc4115350
commit
3540770b3d
3 changed files with 2 additions and 27 deletions
2
.github/workflows/ghrelease.yaml
vendored
2
.github/workflows/ghrelease.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: github-release
|
||||
name: GitHub Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -1,3 +1,4 @@
|
|||
name: Test
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
|
|
26
.github/workflows/wiki.yaml
vendored
26
.github/workflows/wiki.yaml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue