|
@@ -2,14 +2,14 @@ name: Publish to GitHub Wiki
|
|
|
on:
|
|
on:
|
|
|
push:
|
|
push:
|
|
|
branches:
|
|
branches:
|
|
|
- - staging
|
|
|
|
|
|
|
+ - master
|
|
|
paths:
|
|
paths:
|
|
|
- wiki/**
|
|
- wiki/**
|
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
build:
|
|
build:
|
|
|
- #if: github.repository == 'stride3d/stride-docs'
|
|
|
|
|
|
|
+ if: github.repository == 'stride3d/stride-docs'
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
@@ -22,4 +22,4 @@ jobs:
|
|
|
ACTION_NAME: VaclavElias
|
|
ACTION_NAME: VaclavElias
|
|
|
OWNER: ${{ github.repository_owner }}
|
|
OWNER: ${{ github.repository_owner }}
|
|
|
REPO_NAME: ${{ github.event.repository.name }}
|
|
REPO_NAME: ${{ github.event.repository.name }}
|
|
|
- MD_FOLDER: wiki
|
|
|
|
|
|
|
+ MD_FOLDER: wiki
|